You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
It would be nice to include utils for 3D stereo calibration of two or multiple cameras, so that 2D tracks can be expressed in 3D space.
Describe alternatives you've considered DeepLabCut provides support for 3D stereo calibration with 2 cameras, and anipose/aniposelib provide support for more than two cameras.
Additional context
I was surprised that I didn't find a 'clear' (i.e., popular, actively maintained) library using python and opencv to carry out stereo calibration, as far as I understand it is a fairly common and standard procedure. From my search it seemed that people either turned to Matlab's toolbox or scripted their own solution with python & opencv, but I may have missed something.
I think it would also be very helpful to include recommendations on how to best collect the calibration data (this tutorial is a good reference, and also the intro in this paper)
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
It would be nice to include utils for 3D stereo calibration of two or multiple cameras, so that 2D tracks can be expressed in 3D space.
Describe alternatives you've considered
DeepLabCut provides support for 3D stereo calibration with 2 cameras, and anipose/aniposelib provide support for more than two cameras.
Additional context
I was surprised that I didn't find a 'clear' (i.e., popular, actively maintained) library using python and opencv to carry out stereo calibration, as far as I understand it is a fairly common and standard procedure. From my search it seemed that people either turned to Matlab's toolbox or scripted their own solution with python & opencv, but I may have missed something.
I think it would also be very helpful to include recommendations on how to best collect the calibration data (this tutorial is a good reference, and also the intro in this paper)
The text was updated successfully, but these errors were encountered: