OpenPTV / openptv

This is our central repository, holding only the community approved code and documentation
www.openptv.net
GNU Lesser General Public License v3.0
37 stars 28 forks source link

suggest to change to setting all match_counts #159

Open alexlib opened 6 years ago

alexlib commented 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