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
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
Post a Comment