How to know image is uint16 or uint8 automatically by code

6 views (last 30 days)
Currently I am working to develop an algorithm to process images which can be type uint16 or uint8. Does image have built in function to tell which is which? The image can be all black so max value can be < 255 even for uint16 so cannot use the max value to tell.
Thanks.

Accepted Answer

Walter Roberson
Walter Roberson on 19 Dec 2011

More Answers (0)

Community Treasure Hunt

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

Start Hunting!