Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
not able to extract tumour for some images.
조회 수: 1 (최근 30일)
이전 댓글 표시
I used one code to extract tumour from the images. I am able to extract them when the tumour background is black. i.e, for untitled12,untilted123 images. Im not able to extract the tumour when the tumour is black. Ive tried invert colours but im not getting the output. Image is Slice104.
댓글 수: 0
답변 (1개)
Image Analyst
2018년 1월 31일
Threshold for dark stuff rather than bright stuff. Just use
grayImage < someThreshold;
댓글 수: 5
Image Analyst
2018년 2월 1일
Like I said, you have to write the code that determines the threshold from the histogram. There is no one algorithm that works in all cases.
I'm attaching an example tumor finding program.
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!