Effacer les filtres
Effacer les filtres

How to check the Input Image ???

4 vues (au cours des 30 derniers jours)
May
May le 3 Fév 2017
Commenté : May le 17 Fév 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.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by