How to find length or perimeter of a irregular boundary
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gopichandh Danala
el 1 de Sept. de 2016
Comentada: Akshay Rao
el 30 de Jun. de 2017
Hi,
I work with medical images for some application I have to segment tumors out of CT slices then compute the length of the boundary.
I did the segmentation part and computed the boundaries of slices now how can I compute the perimeter of that boundary. I added a tumor boundary slice for reference. More Info:
These Dicom images even come with pixel spacing which is the distance between each pixel lets say pixelSpacing is 0.7mm Now I have to compute the perimeter length respect to pixel spacing
Please give me some ideas about this
Thanks Gopi
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/156120/image.jpeg)
0 comentarios
Respuesta aceptada
KSSV
el 2 de Sept. de 2016
If you have boundary in hand....calculate the distances of successive points and sum up...wont his give perimeter?
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre DICOM Format en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!