Home
last modified time | relevance | path

Searched refs:buildCostMatrix (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/shape/src/
Dhist_cost.cpp66 …virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMat…
125 void NormHistogramCostExtractorImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descript… in buildCostMatrix() function in cv::NormHistogramCostExtractorImpl
191 …virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMat…
250 void EMDHistogramCostExtractorImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descripto… in buildCostMatrix() function in cv::EMDHistogramCostExtractorImpl
327 …virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMat…
371 void ChiHistogramCostExtractorImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descripto… in buildCostMatrix() function in cv::ChiHistogramCostExtractorImpl
443 …virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMat…
487 void EMDL1HistogramCostExtractorImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descrip… in buildCostMatrix() function in cv::EMDL1HistogramCostExtractorImpl
Dscd_def.hpp124 void buildCostMatrix(const cv::Mat& descriptors1, const cv::Mat& descriptors2,
Dsc_dis.cpp487 buildCostMatrix(descriptors1, descriptors2, costMat, comparer); in matchDescriptors()
493 void SCDMatcher::buildCostMatrix(const cv::Mat &descriptors1, const cv::Mat &descriptors2, in buildCostMatrix() function in cv::SCDMatcher
496 comparer->buildCostMatrix(descriptors1, descriptors2, costMatrix); in buildCostMatrix()
/external/opencv3/modules/shape/include/opencv2/shape/
Dhist_cost.hpp60 …CV_WRAP virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray…