Searched refs:descriptors2 (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/shape/src/ |
D | hist_cost.cpp | 66 …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 …]
|
D | scd_def.hpp | 115 …void matchDescriptors(cv::Mat& descriptors1, cv::Mat& descriptors2, std::vector<cv::DMatch>& matc… 124 void buildCostMatrix(const cv::Mat& descriptors1, const cv::Mat& descriptors2,
|
D | sc_dis.cpp | 480 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/ |
D | surf_keypoint_matcher.cpp | 71 vector<float> descriptors1, descriptors2; in main() local 75 surf.downloadDescriptors(descriptors2GPU, descriptors2); in main()
|
/external/opencv3/modules/shape/include/opencv2/shape/ |
D | hist_cost.hpp | 60 …CV_WRAP virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray…
|
/external/opencv3/doc/tutorials/features2d/detection_of_planar_objects/ |
D | detection_of_planar_objects.markdown | 29 matcher.match(descriptors1, descriptors2, matches);
|