How does the graythresh function works for a dicom image?

1 回表示 (過去 30 日間)
Sanjay Saxena
Sanjay Saxena 2015 年 4 月 8 日
コメント済み: Image Analyst 2015 年 4 月 10 日
Hi,
I have made a function for thresholding. When i compare result of my function with the graythresh function of MATLAB for gray scale images, it is almost same. But when i execute my function for dicom images than it gives different results as from graythresh function of MATLAB. I just want to know that how can i fix my problem?
  2 件のコメント
Ashish Uthama
Ashish Uthama 2015 年 4 月 10 日
I suspect this has something to do with datatypes (dicom images can be uin16, while grascale images in general are uint8). You can always 'edit graythresh' to see the code and compare against what your function does. Not enough information in the question to say more.
Image Analyst
Image Analyst 2015 年 4 月 10 日
Attach your image if you want more help.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by