Search found 1 match

by Krinomix
Fri Apr 11, 2025 12:55 am
Forum: Questions
Topic: Fitting plane
Replies: 1
Views: 3680

Fitting plane

Hi everyone,

I'm working on automating a workflow in CloudCompare using Python and have encountered an interesting difference between the manual Tools > Fit > Plane tool and a plane fit implemented using Principal Component Analysis (PCA) via NumPy in my script.

I need to fit a plane to a point ...