Restoring circle using scattered points

1 view (last 30 days)
Gennady
Gennady on 13 Jan 2015
Commented: Gennady on 16 Jan 2015
Hello, all. I'm wonder if MatLab has tools to restore circle from 3D scattered points:
  • center
  • radius
  • normal vector.
Second question: some points might be too far from scattered points. Is it possible to filter those out using MatLab?
Thank you

Answers (1)

Image Analyst
Image Analyst on 13 Jan 2015
  3 Comments
Image Analyst
Image Analyst on 13 Jan 2015
I'd just average all the x,y,z coordinates to get the centroid, then calculate the average radius of all the points from that centroid. Maybe there's a better way - I don't know.
Gennady
Gennady on 16 Jan 2015
This way i can get center point and radius, is it a way to get normal vector direction?

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!