Building a simple 3d model : Using build3dmodel.cpp
I have just started working with CV. I am working on a project which creates a 3D model from a series of 2D images. Before I start going deep into this subject I just want to have a look at how these code samples give outputs. But the problem here is I don't understand what is meant by the argument model_name in this sample. I obtained the camera intrinsic parameter xml file by using the calibration sample.
I really need help with this. Can someone guide me with what this parameter really means.
Thank you in advance.
Sorry, can't help with your problem, but I can suggest some solutions outside of opencv, if you're interested.
Hi GilLevi, could you please give your suggestions? Perhaps I could use it. You could also email it to me at [email protected], if so required. Thanks
You can take a look at the blog post that I wrote which explains how to create 3D models using the Bundler and PMVS packages:
http://gilscvblog.wordpress.com/2014/05/15/an-easy-and-practical-guide-to-3d-reconstruction/
Thanks GilLevi