estimateRigidTransform

asked 2014-03-11 04:40:57 -0600

zxcv gravatar image

Hi, Can anyone tell me what feature points does estimateRigidTranform use? I mean if two images are given as input it selects some feature points and then proceed, what are those points?

edit retag flag offensive close merge delete

Comments

It says here the input is not two images, but rather 2 sets of 2d coordinates: http://docs.opencv.org/modules/video/doc/motion_analysis_and_object_tracking.html#estimaterigidtransform

GilLevi gravatar imageGilLevi ( 2014-03-11 08:55:42 -0600 )edit