Convert an image with 16 bit depth to 32 or 62 bit in MATLAB?
Show older comments
How can i convert a 16-bit monocromatic image (no colors, black and white) to 32-bit ot 62-bit depth image?
Also, I have an .png image which has Bit depth 32. I upload it to MATLAB with function Imread. The variable has 1456x1936 uint16 value. Does it have bit depth 16 or 32 (as the orioginal image says in the properties under details tab in the file manager)? What is uint16?
imfinfo:
Format: 'png'
FormatVersion: []
Width: 1936
Height: 1456
BitDepth: 16
ColorType: 'grayscale'
FormatSignature: [137 80 78 71 13 10 26 10]
Colormap: []
Histogram: []
InterlaceType: 'none'
Transparency: 'none'
SimpleTransparencyData: []
BackgroundColor: 0
SignificantBits: 14
OtherText: {14×2 cell}
Accepted Answer
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!