Given the pose of two images, how can I find right correspondences as many as possible?

asked 2015-12-17 19:33:41 -0600

SuperMan gravatar image

well, I want to get the ponit cloud of hundards of pictures of a scene. In fact, I can get the point cloud by using the bundler or visualSFM. But I want to use the BRISK descriptors. But since the BRISK is the binary one, it is not as robust as SIFT.I may fail to get the point cloud directly becasue there are less detected correspondences. So my plan is to use the visualSFM to get the pose of every image, and then given the pose, find the right correspondences of every two images, than reconstruct the point cloud descriped by the BRISK descriptors. since given the pose, it will be easy to find correspondences, but how can i find the right correspondences as many as possible.

edit retag flag offensive close merge delete

Comments

I think that you should look at:

But I cannot help you more on this subject as I never did that.

Eduardo gravatar imageEduardo ( 2015-12-19 08:41:48 -0600 )edit