Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dscd_def.hpp106 class SCDMatcher class
110 SCDMatcher() in SCDMatcher() function in cv::SCDMatcher
Dsc_dis.cpp214 SCDMatcher matcher; in computeDistance()
480 void SCDMatcher::matchDescriptors(cv::Mat &descriptors1, cv::Mat &descriptors2, std::vector<cv::DMa… in matchDescriptors()
493 void SCDMatcher::buildCostMatrix(const cv::Mat &descriptors1, const cv::Mat &descriptors2, in buildCostMatrix()
499 void SCDMatcher::hungarian(cv::Mat &costMatrix, std::vector<cv::DMatch> &outMatches, std::vector<in… in hungarian()