Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dsc_dis.cpp503 std::vector<int> matches(costMatrix.rows, 0), colsol(costMatrix.rows), rowsol(costMatrix.rows); in hungarian() local
528 rowsol[imin] = j; in hungarian()
548 j1=rowsol[i]; in hungarian()
613 rowsol[i]=j1; in hungarian()
728 endofpath = rowsol[i]; in hungarian()
729 rowsol[i] = j1; in hungarian()
766 if (rowsol[kc]<sizeScd1) // if a real match in hungarian()