cstew2 / asicp

Anisotropically Scaled Iterative Closest Point Algorithm
25 stars 3 forks source link

X and Y must be the same size #1

Closed Krasner closed 2 years ago

Krasner commented 4 years ago

It seems that X and Y must be the same size (columns), but the description states that Y may have more points. Can these points be unpaired?

cstew2 commented 4 years ago

For ASOPA the points have to be paired, but for ASICP the points do not have to be paired.