image processing - How to determine Translation and Rotation Matrix using openCV -


i have 2 images taken stereo camera.how can find translation , rotation matrix using opencv ?

you can calibrate cameras using function below. give translation , rotation matrices:

cv::stereocalibrate() 

more information here


Comments