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
openptv/liboptv/src/correspondences.c
Line 658 in 768aaaa
this line should be replaced by a loop for all
match_counts[i]- otherwise we fail the case forallCam == 1incorrespondences.pyxin the loopopenptv/py_bind/optv/correspondences.pyx
Line 189 in 768aaaa