Searched defs:featureType (Results 1 – 9 of 9) sorted by relevance
152 int featureType; member in cv::flann::Index
54 le_int16 featureType = SWAPW(featureTableEntry.featureType); in process() local
30 FeatureType featureType; member
58 Ptr<CvFeatureParams> CvFeatureParams::create( int featureType ) in create()
81 int featureType; variable
494 static const feature featureType = LBP; member in __anon05f261dc0311::LbpCascade_Impl
909 Ptr<FeatureEvaluator> FeatureEvaluator::create( int featureType ) in create()1096 int featureType = getFeatureType(); in ocl_detectMultiScaleNoGrouping() local
212 int featureType; member in cv::CascadeClassifierImpl::Data
572 def validateFeature(self, featureType, featureName): argument