I'm working with mecanical engineers who rely on 3D modeling software. These softwares have a "Best Fit" feature. It allows you to acquire data with a sensor (like a 3D scanner) and align the mesured data with a CAD Drawing.
I'd like to know how such an algorithm can work!
In simpler words, imagine that you have 2 NEARLY identical triangles inside a 2D space. One is a 60-60-60 degrees triangle and the other is 60-59-61. The best-fit algorithm would find the best transformation that would align one triangle over the other.
I'm not even sure what I'm searching for here. I've done some research on Best-Fit algorithms but it mostly refer to bin packing and I'm not sure how this relates to my problem. Any advice would be welcome