STL file Find center sphere
Show older comments
Hi there,
I have a STL file (stereolitography file format) and in this file there are 3 semisphere, is possibile using Matlab to detect those sphere and calculate center of each sphere? Thanks in advance
Answers (2)
Alexandr Litvin
on 11 Mar 2019
0 votes
Hi, I am solving a similar problem. Did you find the coordinates of the sphere in the STL image?
1 Comment
darova
on 11 Mar 2019
Have a few spheres? Is there a distance between them?

x1 = X(X<a & Y>b);
y1 = Y(X<a & Y>b);
x2 = X(X>a);
y2 = Y(X>a);
x1 = X(X<a & Y<b);
y1 = Y(X<a & Y<b);
Giulia Mazzucchelli
on 11 Mar 2019
0 votes
Categories
Find more on STL (STereoLithography) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!