How to check the Input Image ???
조회 수: 2 (최근 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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!