Lines Matching refs:Range
289 // This check verifies that subsets index is in the correct range
1363 float DTreesImpl::predictTrees( const Range& range, const Mat& sample, int flags ) const
1402 for( int ridx = range.start; ridx < range.end; ridx++ )
1480 if( range.end - range.start > 1 )
1518 float val = predictTrees( Range(0, (int)roots.size()), samples.row(i), flags )*scale;