You are here

rotation-translation-scale between set of corresponding points

3 posts / 0 new
Last post
Arhopala
Arhopala's picture
rotation-translation-scale between set of corresponding points

Hello,

Is there some function in MRPT to find this kind of 7D geometric transform between two sets of points when their correspondence is known a priori?

Thanks,

A.

jlblanco
jlblanco's picture
Sure, it's in the library

Sure, it's in the library mrpt-scanmatching, see the list of functions.

Different interfaces to the same algorithm can be found: 

  • mrpt::scanmatching::HornMethod
  • mrpt::scanmatching::leastSquareErrorRigidTransformation6D

Cheers,
JL

Arhopala
Arhopala's picture
[Solved] rotation-translation-scale between ...
Thanks,
I've missed the first one. It's just what I was looking for.
By,
A.
Log in or register to post comments
Subscribe to Comments for "rotation-translation-scale between set of corresponding points"