Search code examples
pythonopencvimage-processingpoint-clouds

Make 3d Point Cloud From Video


I'm looking for a way to make a 3d point cloud from a video taken with a phone. I checked a few (open3d, pytorch geometric..) but they were more about visualizing the point cloud. What is the best way to do this project?

Thank you.


Solution

  • Just like @Christoph commented, what you want is a StructureFromMotion(SFM) job.

    Some open source project is available, check below: