Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

no opencv does not offer exactly that functionality.

what you found there is an attempt, to build a 3d model from a single image, while opencv only has methods to build a model from calibrated stereo-cams (disparity, block-matching) or multiple images (structure from motion)

Its partly in C++, partly in Matlab; and relatively less documented.

yea, good luck with that !