An open API service indexing awesome lists of open source software.

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

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...