Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dsc_dis.cpp486 cv::Mat costMat; in matchDescriptors() local
487 buildCostMatrix(descriptors1, descriptors2, costMat, comparer); in matchDescriptors()
490 hungarian(costMat, matches, inliers1, inliers2, descriptors1.rows, descriptors2.rows); in matchDescriptors()