필터 지우기
필터 지우기

how to segment white matter, gray matter ,csf in an gray image using otsu thresholding method?

조회 수: 3 (최근 30일)
i need to partition segment white matter, gray matter ,csf to find the tumors in an image

답변 (1개)

Image Analyst
Image Analyst 2013년 8월 27일
The otsu method is rarely very good except in high contrast images with a bimodal histogram. I doubt it would do a satisfactory job on any anatomical or biological images. It will probably get the whole skull and the background, not all those types of tissue you referred to. Nonetheless, to use Otsu you use the functions graythresh() and im2bw(). When you discover that doesn't work, then you can look at successful methods that have been published: in VisionBib

Community Treasure Hunt

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

Start Hunting!

Translated by