Ask Your Question

ajs138's profile - activity

2015-05-23 05:15:50 -0600 asked a question Capability of OpenCV

Say you have a camera pointing at an object in real life. The computer knows the location and orientation of the camera relative to the object

Then say you have a 3D model of that object in memory.

Is it possible with OpenCV to project the camera image onto the 3D model of the object, returning a texture/image for each face of the object?

If OpenCV can't do this, does anyone know any other program or package that can do this, in a way I can call with code or a script and an input file?