kalibr icon indicating copy to clipboard operation
kalibr copied to clipboard

Get Fundamental Matrix?

Open mcqueen003 opened this issue 1 year ago • 1 comments

Hi,

I have a couple of questions.

  1. How can I recover an array with the detected corner points in each calibration image?
  2. How can I obtain the Fundamental Matrix? I would like to use it to plot the epipolar lines in my stereo images.

My ultimate goal is to get the depth image from a given stereo pair.

Thank you

mcqueen003 avatar Feb 28 '24 22:02 mcqueen003

Hi, this is a calibration package. Maybe you might want to look at OpenCV on how to do these. If you wish to use this package's extractor for the calibration target you can take look in this package: https://github.com/ethz-asl/kalibr/tree/master/aslam_cv/aslam_cameras_april

Specifically this function might be of interest to you: https://github.com/ethz-asl/kalibr/blob/f2e8ba46ec9101ddae020d12d0ff6bf37f426de5/aslam_cv/aslam_cameras_april/src/GridCalibrationTargetAprilgrid.cpp#L98-L101

goldbattle avatar Mar 25 '24 00:03 goldbattle