Searched refs:buildCostMatrix (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/shape/src/ |
D | hist_cost.cpp | 66 …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
|
D | scd_def.hpp | 124 void buildCostMatrix(const cv::Mat& descriptors1, const cv::Mat& descriptors2,
|
D | sc_dis.cpp | 487 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/ |
D | hist_cost.hpp | 60 …CV_WRAP virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray…
|