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