Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/kaze/
DAKAZEFeatures.cpp512 class MSURF_Upright_Descriptor_64_Invoker : public ParallelLoopBody class
515MSURF_Upright_Descriptor_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution… in MSURF_Upright_Descriptor_64_Invoker() function in cv::MSURF_Upright_Descriptor_64_Invoker
735 …parallel_for_(Range(0, (int)kpts.size()), MSURF_Upright_Descriptor_64_Invoker(kpts, desc, evolutio… in Compute_Descriptors()
857 void MSURF_Upright_Descriptor_64_Invoker::Get_MSURF_Upright_Descriptor_64(const KeyPoint& kpt, floa… in Get_MSURF_Upright_Descriptor_64()