使用 openCV 示例进行 3d 表面重建

发布于 2025-01-02 01:04:26 字数 937 浏览 1 评论 0原文

我正在尝试使用 OpenCV 示例文件从立体配置执行 3D 表面重建。我用 2 个网络摄像头创建了一个立体摄像头。我已经使用stereo_calib.cpp( https://code.ros.org/trac/opencv/browser/trunk/opencv/samples/cpp/stereo_calib.cpp?rev=4086 )并使用stereo_match生成点云。 .cpp(https://code.ros.org /trac/opencv/browser/trunk/opencv/samples/c/stereo_match.cpp?rev=2614 )。使用 MeshLab 打开的结果点云根本不像原始场景 ( http:// img707.imageshack.us/i/snapshot01u.png/ )。

我在这里缺少什么?

重新创建的步骤:

  1. stereo_calib(在图像所在的同一文件夹中,没有参数,因此假定为默认值)
  2. stereo_match left01.jpg right01.jpg -i insides.yml -e extrinsics.yml -p cloud.asc
  3. import cloud.asc on网格实验室

谢谢

I am trying to perform a 3D surface reconstruction from a stereo configuration with OpenCV example files. I have created a stereo camera from 2 web cams. I have obtained the calibration parameters using stereo_calib.cpp ( https://code.ros.org/trac/opencv/browser/trunk/opencv/samples/cpp/stereo_calib.cpp?rev=4086 ) and generated a point cloud with stereo_match.cpp ( https://code.ros.org/trac/opencv/browser/trunk/opencv/samples/c/stereo_match.cpp?rev=2614 ). The resulting point cloud, opened with MeshLab doesn't resemble the original scene at all ( http://img707.imageshack.us/i/snapshot01u.png/ ).

What am I missing here?

Steps to recreate:

  1. stereo_calib (on the same folder where the images are, with no arguments so it assumes default)
  2. stereo_match left01.jpg right01.jpg -i intrinsics.yml -e extrinsics.yml -p cloud.asc
  3. import cloud.asc on MeshLab

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文