[Map stitching ]Keypoint matching not accurate

asked 2014-10-29 17:45:10 -0500

bvbdort gravatar image

updated 2014-11-03 03:16:04 -0500

Hi all,

I am using ROS Mapstitch package to find transformation bewtween maps combine them.

The implementation is based on opencvs estimateRigidTransform function, ORB feature extraction and matching the distance of pairwise feature candidates

For my input files the result from estimateRigidTransform is not correct.

Can somebody has any suggestion or know anyother existing methods to improve the result.


input image1

image description


input image 2

image description


keypoint matching

image description

I can see Keypoints are matching to wrong location. In Ideal case upperwall keypoint should match to upperwall.


result

image description


Thanks.

ps: i had asked same question on http://answers.opencv.org/

edit retag flag offensive close merge delete