StructureFromMotion ExploringSfMExec to obtain 3D textured object

asked 2017-06-13 14:10:41 -0600

double gravatar image

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.

edit retag flag offensive close merge delete

Comments

There is a sfm module in opencv_contrib now.

LBerger gravatar imageLBerger ( 2017-06-13 14:19:36 -0600 )edit

I will check this. Could this program store information in YAML file?

double gravatar imagedouble ( 2017-06-13 14:22:58 -0600 )edit

tutorial is here. You can use this program and insert a line to save in yaml format

LBerger gravatar imageLBerger ( 2017-06-13 14:28:42 -0600 )edit
1

Thanks! I will think about it.

double gravatar imagedouble ( 2017-06-13 14:31:19 -0600 )edit