https://github.com/yuxno/sfm
applying structure from motion to create point cloud of a scene and build the 3d shape.
https://github.com/yuxno/sfm
computer-science computer-vision python sfm structure-from-motion
Last synced: about 1 year ago
JSON representation
applying structure from motion to create point cloud of a scene and build the 3d shape.
- Host: GitHub
- URL: https://github.com/yuxno/sfm
- Owner: yuxno
- Created: 2024-07-09T13:31:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T13:39:41.000Z (almost 2 years ago)
- Last Synced: 2024-07-09T17:23:18.016Z (almost 2 years ago)
- Topics: computer-science, computer-vision, python, sfm, structure-from-motion
- Language: Python
- Homepage:
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
i used as dataset images of a plushie, divided to 4 folders, each group representing a face of the plushie,
then applied sfm to extract point cloud of each face, and eventually connected the 4 points using ICP.
the result wasn't accurate unfortuanly, but it can be visualized using meshlab.