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!