How to check the Input Image ???

4 Ansichten (letzte 30 Tage)
May
May am 3 Feb. 2017
Kommentiert: May am 17 Feb. 2017
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.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by