Searched refs:optfeatures_lbuf (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/objdetect/src/
H A Dcascadedetect.cpp620 if (optfeatures_lbuf.empty())
621 optfeatures_lbuf = makePtr<std::vector<OptFeature> >();
719 optfeatures_lbuf->resize(nfeatures);
722 optfeatures_lbuf->at(fi).setOffsets(ff[fi], lbufSize.width > 0 ? lbufSize.width : sstep, tofs);
724 copyVectorToUMat(*optfeatures_lbuf, ufbuf);
819 if (optfeatures_lbuf.empty())
820 optfeatures_lbuf = makePtr<std::vector<OptFeature> >();
H A Dcascadedetect.hpp385 Ptr<std::vector<OptFeature> > optfeatures_lbuf; member in class:cv::HaarEvaluator
467 Ptr<std::vector<OptFeature> > optfeatures_lbuf; member in class:cv::LBPEvaluator

Completed in 215 milliseconds