About match scales

Feel free to ask any question here
Post Reply
zrc
Posts: 2
Joined: Tue Jun 21, 2016 12:05 pm

About match scales

Post by zrc »

Hello,

I am trying to learn about scale estimation of two point cloud with different scales. I found the relevent functions in cloudcompare (registration->match scales).

I'm interested in the algorithm of scale match with PCA, could you share me linked articles which you applied?

Thanks so much!
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: About match scales

Post by daniel »

There's no particular article, it's pretty simple. You compute the PCA, deduce the main axis (for each cloud) and use the cloud extents along this axis to scale the cloud.
Daniel, CloudCompare admin
zrc
Posts: 2
Joined: Tue Jun 21, 2016 12:05 pm

Re: About match scales

Post by zrc »

Thanks a lot for your in time reply! And is this scale estimation method with PCA only for those point clouds with fully overlap?
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: About match scales

Post by daniel »

Well it works only if both clouds are 'complete' indeed. If you have missing parts, then the ICP and the Point-pair based alignment tools are much more robust.
Daniel, CloudCompare admin
Post Reply