Home
last modified time | relevance | path

Searched refs:colsol (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
529 colsol[j] = imin; in hungarian()
533 colsol[j]=-1; in hungarian()
598 i0 = colsol[j1]; in hungarian()
609 i0 = colsol[j2]; in hungarian()
614 colsol[j1]=i; in hungarian()
670 if (colsol[collist[k]] < 0) in hungarian()
684 i = colsol[j1]; in hungarian()
696 if (colsol[j] < 0) in hungarian()
726 colsol[endofpath] = i; in hungarian()
[all …]