HomeSort by relevance Sort by last modified time
    Searched defs:ntrees (Results 1 - 10 of 10) sorted by null

  /external/opencv3/modules/rsobjdetect/src/
innerloop.cpp 37 sc->invoke_addStage(stage.first, stage.ntrees, stage.threshold);
38 int ntrees = stage.ntrees; local
  /external/opencv3/modules/cudaobjdetect/src/cuda/
lbp.hpp 56 int ntrees; member in struct:cv::cuda::device::lbp::Stage
  /external/opencv3/modules/objdetect/src/
HaarStructs.h 6 int ntrees; member in struct:__anon21766
cascadedetect.cpp 1687 int ntrees = stage.ntrees; local
    [all...]
cascadedetect.hpp 191 int ntrees; member in struct:cv::CascadeClassifierImpl::Data::Stage
517 int wi, ntrees = stage.ntrees; local
520 for( wi = 0; wi < ntrees; wi++ )
559 int wi, ntrees = stage.ntrees; local
562 for( wi = 0; wi < ntrees; wi++ )
601 int ntrees = stage.ntrees; local
602 for( int i = 0; i < ntrees; i++
    [all...]
  /external/opencv3/modules/ml/src/
boost.cpp 188 int treeidx, ntrees = bparams.weakCount >= 0 ? bparams.weakCount : 10000; local
191 for( treeidx = 0; treeidx < ntrees; treeidx++ )
392 int k, ntrees = (int)roots.size(); local
394 fs << "ntrees" << ntrees local
397 for( k = 0; k < ntrees; k++ )
429 int ntrees = (int)fn["ntrees"]; local
434 CV_Assert( ntrees == (int)trees_node.size() );
436 for( int treeidx = 0; treeidx < ntrees; treeidx++, ++it
    [all...]
rtrees.cpp 129 int treeidx, ntrees = (rparams.termCrit.type & TermCriteria::COUNT) != 0 ? local
170 for( treeidx = 0; treeidx < ntrees; treeidx++ )
303 int k, ntrees = (int)roots.size(); local
305 fs << "ntrees" << ntrees local
308 for( k = 0; k < ntrees; k++ )
333 int ntrees = (int)fn["ntrees"]; local
341 CV_Assert( ntrees == (int)trees_node.size() );
343 for( int treeidx = 0; treeidx < ntrees; treeidx++, ++it
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 1553 int i, ntrees; local
    [all...]
  /external/opencv/ml/include/
ml.h 1003 int ntrees; member in class:CvRTrees
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 971 int ntrees; member in class:CvRTrees
    [all...]

Completed in 416 milliseconds