Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两张从立体相机拍摄的图像。如何使用 OpenCv 找到平移和旋转矩阵?
您可以使用以下功能校准您的相机。它将为您提供平移和旋转矩阵:
cv::stereoCalibrate()
更多信息在这里