Searched refs:costMat (Results 1 – 1 of 1) sorted by relevance
486 cv::Mat costMat; in matchDescriptors() local487 buildCostMatrix(descriptors1, descriptors2, costMat, comparer); in matchDescriptors()490 hungarian(costMat, matches, inliers1, inliers2, descriptors1.rows, descriptors2.rows); in matchDescriptors()