Вопрос

I have two images taken from a stereo camera.How can I find Translation and Rotation Matrix using OpenCv ?

Это было полезно?

Решение

You can calibrate your cameras by using the function below. It will give you the translation and rotation matrices:

cv::stereoCalibrate()

More information here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top