Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dsc_dis.cpp744 float rightcost = 0; in hungarian() local
749 rightcost+=float(minval); in hungarian()
751 rightcost /= trueCostMatrix.cols; in hungarian()
753 minMatchCost = std::max(leftcost,rightcost); in hungarian()