opencv/modules/shape
yigitsoy 16a3773a34 Fix inlier assignment in Hungarian algorithm
While checking whether a match is a real match, the index of the corresponding column (row) for a row (column) is checked. The limit should be the number of the real columns (rows) for a given row (column).
2015-11-03 15:37:49 +01:00
..
include/opencv2 Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
src Fix inlier assignment in Hungarian algorithm 2015-11-03 15:37:49 +01:00
test Fixed win64 compile warning 2015-01-28 18:11:53 +03:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00