Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dhist_cost.cpp66 …virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMat…
129 Mat descriptors2=_descriptors2.getMat(); in buildCostMatrix() local
130 int costrows = std::max(descriptors1.rows, descriptors2.rows)+nDummies; in buildCostMatrix()
137 cv::Mat scd2 = descriptors2.clone(); in buildCostMatrix()
191 …virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMat…
254 Mat descriptors2=_descriptors2.getMat(); in buildCostMatrix() local
255 int costrows = std::max(descriptors1.rows, descriptors2.rows)+nDummies; in buildCostMatrix()
261 cv::Mat scd2=descriptors2.clone(); in buildCostMatrix()
327 …virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMat…
375 Mat descriptors2=_descriptors2.getMat(); in buildCostMatrix() local
[all …]
Dscd_def.hpp115 …void matchDescriptors(cv::Mat& descriptors1, cv::Mat& descriptors2, std::vector<cv::DMatch>& matc…
124 void buildCostMatrix(const cv::Mat& descriptors1, const cv::Mat& descriptors2,
Dsc_dis.cpp480 void SCDMatcher::matchDescriptors(cv::Mat &descriptors1, cv::Mat &descriptors2, std::vector<cv::DMa… in matchDescriptors() argument
487 buildCostMatrix(descriptors1, descriptors2, costMat, comparer); in matchDescriptors()
490 hungarian(costMat, matches, inliers1, inliers2, descriptors1.rows, descriptors2.rows); in matchDescriptors()
493 void SCDMatcher::buildCostMatrix(const cv::Mat &descriptors1, const cv::Mat &descriptors2, in buildCostMatrix() argument
496 comparer->buildCostMatrix(descriptors1, descriptors2, costMatrix); in buildCostMatrix()
/external/opencv3/samples/gpu/
Dsurf_keypoint_matcher.cpp71 vector<float> descriptors1, descriptors2; in main() local
75 surf.downloadDescriptors(descriptors2GPU, descriptors2); in main()
/external/opencv3/modules/shape/include/opencv2/shape/
Dhist_cost.hpp60 …CV_WRAP virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray…
/external/opencv3/doc/tutorials/features2d/detection_of_planar_objects/
Ddetection_of_planar_objects.markdown29 matcher.match(descriptors1, descriptors2, matches);