Searched refs:trueCostMatrix (Results 1 – 1 of 1) sorted by relevance
734 cv::Mat trueCostMatrix(costMatrix, cv::Rect(0,0,sizeScd1, sizeScd2)); in hungarian() local736 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()