Lines Matching full:optfeatures
618 if(optfeatures.empty())
619 optfeatures = makePtr<std::vector<OptFeature> >();
715 optfeatures->resize(nfeatures);
716 optfeaturesPtr = &(*optfeatures)[0];
799 optfeatures = makePtr<std::vector<OptFeature> >();
817 if(optfeatures.empty())
818 optfeatures = makePtr<std::vector<OptFeature> >();
870 optfeatures->resize(nfeatures);
871 optfeaturesPtr = &(*optfeatures)[0];
874 copyVectorToUMat(*optfeatures, ufbuf);
1153 ocl::KernelArg::PtrReadOnly(bufs[2]), // optfeatures
1191 ocl::KernelArg::PtrReadOnly(bufs[2]), // optfeatures
1426 int nOptFeatures = (*heval.optfeatures).size();
1469 hf.nFeatures = (int) heval.optfeatures->size();