SemiGlobalMatching icon indicating copy to clipboard operation
SemiGlobalMatching copied to clipboard

Input image were rectified

Open ArtlyStyles opened this issue 4 years ago • 1 comments
trafficstars

Looks like the input image must be rectified. Could you please tell us how to rectify two original camera images?

ArtlyStyles avatar Nov 27 '20 19:11 ArtlyStyles

(1) if you are working with stereo camera, you should first calibrate your camera by tools, such as matlab and opencv, then rectifing. (2) if you jush have two images , you can compute the fundamental matrix by extracting and matching feature points, then rectifing.

you can do the above two using opencv.

ethan-li-coding avatar Nov 28 '20 01:11 ethan-li-coding