Blind matching of detections across multiple views using epipolar geometry and Integer Linear Programming (ILP).
This method blindly finds the set of correspondeces between multiple detections of the same objects acquire from multiple calibrated cameras. We leverge the epipolar geometry to find candidtaes matches betwene pair of views and Integer Linear Programming (ILP) to find the optimal solution considering all views.
- numpy
- scipy
- imageio
- OpenCV
export PYTHONPATH="...parent folder...:$PYTHONPATH"
Have a look at the multiview_calib repository.
Have a look at the example!