Ask Your Question
0

In case of image inputs for estimateRigidTransform() what feature points are computed? Are they similar to SIFT/SURF/FAST/ORB?

asked 2017-07-03 15:21:45 -0600

ambikav gravatar image

I'm starting to work with estimateRigidTransform(). It allows two types of inputs - Vector or mat of 2D points OR two input images. It is mentioned in docs that some feature points are computed in case the inputs are images. What are these features?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-07-04 01:06:52 -0600

berak gravatar image

updated 2017-07-04 01:43:42 -0600

if you pass grayscale (CV_8U) images to estimateRigidTransform(), it will use sparse optical flow based on simple grid points, see src code

edit flag offensive delete link more

Comments

Thanks for clarifying this!

ambikav gravatar imageambikav ( 2017-07-05 19:22:41 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-07-03 15:21:45 -0600

Seen: 428 times

Last updated: Jul 04 '17