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
      
      
 2017 年 2 月 3 日
        imfinfo() can be used to check information such as bit depth and samples per pixel and lossless compression or not.
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Modify Image Colors についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


