https://github.com/ultmaster/2d-painting-projection-opencv
Project a 3D mesh with texture onto a 2D surface
https://github.com/ultmaster/2d-painting-projection-opencv
cv
Last synced: 12 months ago
JSON representation
Project a 3D mesh with texture onto a 2D surface
- Host: GitHub
- URL: https://github.com/ultmaster/2d-painting-projection-opencv
- Owner: ultmaster
- Created: 2019-03-01T06:15:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T06:16:06.000Z (over 7 years ago)
- Last Synced: 2025-03-16T19:19:44.487Z (over 1 year ago)
- Topics: cv
- Language: C++
- Size: 2.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
The idea is to project a 3D mesh with texture onto a 2D surface. I do this with OpenCV. The idea is very simple; you can look at the code for details.
This code snippet looks more like a demo/toy, far from industrial standards... maybe...