How to check the Input Image ???

4 次查看(过去 30 天)
I have two different jpg images that are converted from DICOM format. I want to use different threshold functions for each ( optimal thresholding for 1.jpg) and ( Otsu's method for 2.jpg). I would like to check input image first(doesn't mean to check class, bit depth) before thresholding. Please, suggest me how can I check.

采纳的回答

Walter Roberson
Walter Roberson 2017-2-3
imfinfo() can be used to check information such as bit depth and samples per pixel and lossless compression or not.
  3 个评论
Image Analyst
Image Analyst 2017-2-3
Check the histogram with imhist() or histogram().
May
May 2017-2-17
Thanks for suggestion.

请先登录,再进行评论。

更多回答(0 个)

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by