Home
last modified time | relevance | path

Searched defs:costMatrix (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/shape/src/
Dhist_cost.cpp132 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix() local
257 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix() local
378 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix() local
494 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix() local
Dsc_dis.cpp494cv::Mat &costMatrix, cv::Ptr<cv::HistogramCostExtractor> &comparer) const in buildCostMatrix()
499 void SCDMatcher::hungarian(cv::Mat &costMatrix, std::vector<cv::DMatch> &outMatches, std::vector<in… in hungarian()