Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dsc_dis.cpp734 cv::Mat trueCostMatrix(costMatrix, cv::Rect(0,0,sizeScd1, sizeScd2)); in hungarian() local
736 for (int nrow=0; nrow<trueCostMatrix.rows; nrow++) in hungarian()
739 minMaxIdx(trueCostMatrix.row(nrow), &minval); in hungarian()
742 leftcost /= trueCostMatrix.rows; in hungarian()
745 for (int ncol=0; ncol<trueCostMatrix.cols; ncol++) in hungarian()
748 minMaxIdx(trueCostMatrix.col(ncol), &minval); in hungarian()
751 rightcost /= trueCostMatrix.cols; in hungarian()