Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dsc_dis.cpp758 … cv::DMatch singleMatch(colsol[i],i,costMatrix.at<float>(colsol[i],i));//queryIdx,trainIdx,distance in hungarian() local
759 outMatches.push_back(singleMatch); in hungarian()