How can keep all objects who are in the specified area from center of 3D image?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Erfaneh
el 5 de Sept. de 2014
Respondida: Image Analyst
el 5 de Sept. de 2014
I want to keep all objects who are in the specified area from center of image in 3D. For example in below image, how can keep all objects in red circle and remove all of the object out of the red circle? This circle has specified radius from center of image . I want to do that in 3D. Can any one help me?

0 comentarios
Respuesta aceptada
Image Analyst
el 5 de Sept. de 2014
Create a spherical version of the circle mask, then multiply voxel by voxel:
out = array3D .* sphericalMaskImage;
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Convert Image Type 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!