Home
last modified time | relevance | path

Searched refs:MSURF_Descriptor_64_Invoker (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DAKAZEFeatures.cpp538 class MSURF_Descriptor_64_Invoker : public ParallelLoopBody class
541MSURF_Descriptor_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>& evolu… in MSURF_Descriptor_64_Invoker() function in cv::MSURF_Descriptor_64_Invoker
740 … parallel_for_(Range(0, (int)kpts.size()), MSURF_Descriptor_64_Invoker(kpts, desc, evolution_)); in Compute_Descriptors()
980 void MSURF_Descriptor_64_Invoker::Get_MSURF_Descriptor_64(const KeyPoint& kpt, float *desc) const { in Get_MSURF_Descriptor_64()