Clear Filters
Clear Filters

Converts the class of image from unit8 to unit16

7 views (last 30 days)
How to converts the class of image from unit8 to unit16

Accepted Answer

Walter Roberson
Walter Roberson on 14 Dec 2020
result = im2uint16(ImageArray);

More Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!