Convert an image with 16 bit depth to 32 or 62 bit in MATLAB?
Ältere Kommentare anzeigen
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}
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!