3D rendering in OpenCV

后端 未结 3 1993
清歌不尽
清歌不尽 2021-02-06 16:26

I am doing a project on 3D rendering of a scene. I am using OpenCV. The steps I am doing are like this:

  1. Taking two images of a scene.
  2. Calculating object
3条回答
  •  醉话见心
    2021-02-06 17:07

    For the visualization, it is possible to use PCL or VTK (the visualization of PCL is based on vtk, but for me more simple to implement).

    If you just want to have a look to the output you can just use some software like Meshlab

    Cheers

提交回复
热议问题