Effacer les filtres
Effacer les filtres

How to compute volume of 3D object using contours?

1 vue (au cours des 30 derniers jours)
Mariam Sheha
Mariam Sheha le 18 Mar 2016
Hello;
what if i am having a set of points that represent a counter of 3D object and i want to measure its volume?!
load('Contours.mat');
figure,hold on,
for i=1:8,
S=DataSet{i};
plot3(S(:,1),S(:,2),S(:,3));
end
Thanks a lot!

Réponses (0)

Catégories

En savoir plus sur 3-D Volumetric Image Processing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by