StructureFromMotion ExploringSfMExec to obtain 3D textured object
Hi everyone,
I am using https://github.com/MasteringOpenCV/co... to 3D textured object. I run the code successfully and get the final 3D figure in Sfmtoykibrary Viewe window.
However, I want to obtain the 3D points and the descriptors stored in different lists in a file with YAML file.
I cannot find how to change the code in https://github.com/MasteringOpenCV/co... to obtain the results I want. Could anyone give me some ideas? Any suggestions is appreciate.
Thanks in advance.
There is a sfm module in opencv_contrib now.
I will check this. Could this program store information in YAML file?
tutorial is here. You can use this program and insert a line to save in yaml format
Thanks! I will think about it.