MATLAB: Converts the class of image from unit8 to unit16

16bitconversionconvertimageMATLAB

How to converts the class of image from unit8 to unit16

Best Answer

result = im2uint16(ImageArray);