buildCostMatrix 60 modules/shape/include/opencv2/shape/hist_cost.hpp CV_WRAP virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix) = 0; buildCostMatrix 66 modules/shape/src/hist_cost.cpp virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix); buildCostMatrix 191 modules/shape/src/hist_cost.cpp virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix); buildCostMatrix 327 modules/shape/src/hist_cost.cpp virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix); buildCostMatrix 443 modules/shape/src/hist_cost.cpp virtual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix); buildCostMatrix 487 modules/shape/src/sc_dis.cpp buildCostMatrix(descriptors1, descriptors2, costMat, comparer); buildCostMatrix 496 modules/shape/src/sc_dis.cpp comparer->buildCostMatrix(descriptors1, descriptors2, costMatrix); buildCostMatrix 124 modules/shape/src/scd_def.hpp void buildCostMatrix(const cv::Mat& descriptors1, const cv::Mat& descriptors2,