HomeSort by relevance Sort by last modified time
    Searched refs:SCDMatcher (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/shape/src/
scd_def.hpp 106 class SCDMatcher
110 SCDMatcher()
sc_dis.cpp 214 SCDMatcher matcher;
479 //! SCDMatcher
480 void SCDMatcher::matchDescriptors(cv::Mat &descriptors1, cv::Mat &descriptors2, std::vector<cv::DMatch> &matches,
493 void SCDMatcher::buildCostMatrix(const cv::Mat &descriptors1, const cv::Mat &descriptors2,
499 void SCDMatcher::hungarian(cv::Mat &costMatrix, std::vector<cv::DMatch> &outMatches, std::vector<int> &inliers1,

Completed in 57 milliseconds