Searched refs:MLDB_Full_Descriptor_Invoker (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/kaze/ |
D | AKAZEFeatures.cpp | 631 class MLDB_Full_Descriptor_Invoker : public ParallelLoopBody class 634 …MLDB_Full_Descriptor_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>& evol… in MLDB_Full_Descriptor_Invoker() function in cv::MLDB_Full_Descriptor_Invoker 754 …parallel_for_(Range(0, (int)kpts.size()), MLDB_Full_Descriptor_Invoker(kpts, desc, evolution_, opt… in Compute_Descriptors() 1314 void MLDB_Full_Descriptor_Invoker::MLDB_Fill_Values(float* values, int sample_step, int level, in MLDB_Fill_Values() 1371 void MLDB_Full_Descriptor_Invoker::MLDB_Binary_Comparisons(float* values, unsigned char* desc, in MLDB_Binary_Comparisons() 1398 void MLDB_Full_Descriptor_Invoker::Get_MLDB_Full_Descriptor(const KeyPoint& kpt, unsigned char *des… in Get_MLDB_Full_Descriptor()
|