Open alexlib opened 6 years ago
https://github.com/OpenPTV/openptv/blob/768aaaa66c0a3db7278565e93094b4273f938f87/liboptv/src/correspondences.c#L658
this line should be replaced by a loop for all match_counts[i] - otherwise we fail the case for allCam == 1 in correspondences.pyx in the loop https://github.com/OpenPTV/openptv/blob/768aaaa66c0a3db7278565e93094b4273f938f87/py_bind/optv/correspondences.pyx#L189
match_counts[i]
allCam == 1
correspondences.pyx
https://github.com/OpenPTV/openptv/blob/768aaaa66c0a3db7278565e93094b4273f938f87/liboptv/src/correspondences.c#L658
this line should be replaced by a loop for all
match_counts[i]
- otherwise we fail the case forallCam == 1
incorrespondences.pyx
in the loop https://github.com/OpenPTV/openptv/blob/768aaaa66c0a3db7278565e93094b4273f938f87/py_bind/optv/correspondences.pyx#L189