edge detection through parallel Ant colony optimization

조회 수: 1 (최근 30일)
Filza Ashraf
Filza Ashraf 2014년 3월 26일
댓글: Image Analyst 2014년 3월 26일
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
Walter Roberson
Walter Roberson 2014년 3월 26일
To confirm, you need to extract the white balls using ACO? The white balls aren't just for illustration purposes on a different image?

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2014년 3월 26일
There are ACO algorithms in the File Exchange. But for your image you could find them simply by thresholding:
whiteBalls = mriImage >= 255;
  댓글 수: 1
Image Analyst
Image Analyst 2014년 3월 26일
I know that. Please read my answer, particularly the first sentence.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by