edge detection through parallel Ant colony optimization

1 visualización (últimos 30 días)
Filza Ashraf
Filza Ashraf el 26 de Mzo. de 2014
Comentada: Image Analyst el 26 de Mzo. de 2014
i need to find the contour of the tumors that are shown in the form of white balls in the image please help me as i am new user of MATLAB.
  1 comentario
Walter Roberson
Walter Roberson el 26 de Mzo. de 2014
To confirm, you need to extract the white balls using ACO? The white balls aren't just for illustration purposes on a different image?

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 26 de Mzo. de 2014
There are ACO algorithms in the File Exchange. But for your image you could find them simply by thresholding:
whiteBalls = mriImage >= 255;
  1 comentario
Image Analyst
Image Analyst el 26 de Mzo. de 2014
I know that. Please read my answer, particularly the first sentence.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by