yueying / 3DReconstruction

9 stars 6 forks source link

use for camera tracking #1

Open lucasa opened 9 years ago

lucasa commented 9 years ago

Hi! Can you tell me how can I use yours lib to get the camera positon from some frames in a video? How can i get the robust features and calculate the camera? Thanks.

yueying commented 9 years ago

I run this lib in windows platform on vs2013,and I have not adapted Linux platform.if you want to get the camera position,I suggest that you can refer to svo. This lib main implement the SfM algorithm,and I refer to openmvg,and this lib give more SfM algorithm variants,you can test it in Linux platform.

lucasa commented 9 years ago

Ok. I'm learning cmake so maybe i can adapt this do Linux. Thanks to recommend the SVO teory, it is so magic!