Home
last modified time | relevance | path

Searched defs:ComputeDescriptorsInvoker (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Ddaisy.cpp987 struct ComputeDescriptorsInvoker : ParallelLoopBody struct
989 ComputeDescriptorsInvoker( Mat* _descriptors, Mat* _image, Rect* _roi, in ComputeDescriptorsInvoker() function
1006 void operator ()(const cv::Range& range) const CV_OVERRIDE in operator ()()
1026 int th_q_no;
1027 int x_off, x_end;
1028 std::vector<Mat>* layers;
1029 Mat *descriptors;
1030 Mat *orientation_map;
1031 bool enable_interpolation;
1032 double* orientation_shift_table;
[all …]