Searched refs:NumFeatures (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHaarCascadeLoader.cpp | 125 haar.NumFeatures != haar_2.NumFeatures || in process() 135 … memcmp(h_HaarFeatures.ptr(), h_HaarFeatures_2.ptr(), haar.NumFeatures * sizeof(HaarFeature64)) ) in process()
|
D | TestHaarCascadeApplication.cpp | 140 haar.NumFeatures = numFeatures; in process()
|
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 101 void ParseFeaturesFunction(raw_ostream &OS, unsigned NumFeatures, 168 unsigned NumFeatures = 0; in FeatureKeyValues() local 200 ++NumFeatures; in FeatureKeyValues() 211 return NumFeatures; in FeatureKeyValues() 1364 unsigned NumFeatures, in ParseFeaturesFunction() argument 1428 unsigned NumFeatures = FeatureKeyValues(OS); in run() local 1443 if (NumFeatures) in run() 1474 ParseFeaturesFunction(OS, NumFeatures, NumProcs); in run() 1523 if (NumFeatures) in run() 1524 OS << "makeArrayRef(" << Target << "FeatureKV, " << NumFeatures << "), "; in run()
|
D | AsmMatcherEmitter.cpp | 2347 unsigned NumFeatures = 0; in GetAliasRequiredFeatures() local 2355 if (NumFeatures) in GetAliasRequiredFeatures() 2359 ++NumFeatures; in GetAliasRequiredFeatures() 2362 if (NumFeatures > 1) in GetAliasRequiredFeatures()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 1004 d_HaarFeatures.length() >= haar.NumFeatures && in ncvApplyHaarClassifierCascade_device() 1124 …d_HaarFeatures.ptr(), cfdTexHaarFeatures,sizeof(HaarFeature64) * haar.NumFeatures), NCV_CUDA_ERROR… in ncvApplyHaarClassifierCascade_device() 1592 d_HaarFeatures.length() >= haar.NumFeatures && in ncvDetectObjectsMultiScale_device() 1935 h_HaarFeatures.length() >= haar.NumFeatures && in ncvApplyHaarClassifierCascade_host() 2129 haar.NumFeatures = 0; in loadFromXML() 2263 haar.NumFeatures = static_cast<Ncv32u>(haarFeatures.size()); in loadFromXML() 2356 haar.NumFeatures = *(Ncv32u *)(&fdata[0]+dataOffset); in loadFromNVBIN() 2367 haarFeatures.resize(haar.NumFeatures); in loadFromNVBIN() 2371 Ncv32u szFeatures = haar.NumFeatures * sizeof(HaarFeature64); in loadFromNVBIN() 2425 numFeatures = haar.NumFeatures; in ncvHaarGetClassifierSize() [all …]
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCVHaarObjectDetection.hpp | 337 Ncv32u NumFeatures; member
|