フィルターのクリア

Read a 32 bit immage .bpm

8 ビュー (過去 30 日間)
valerio auricchio
valerio auricchio 2020 年 10 月 8 日
回答済み: Shashank Gupta 2020 年 10 月 13 日
How can i read a 32 bit immage on matlab?
With imread?

回答 (1 件)

Shashank Gupta
Shashank Gupta 2020 年 10 月 13 日
Hi,
I am not exactly sure what you intent to do, but, Yes you can read .bmp file using imread function, it does compress the data and make it uint8 format. Check out this link, it talks about how .bmp files are getting read using imread function. Also when I use imfinfo function to get the information about the image, I found there is no colormap or alpha channels associcated with this image, which make me curious to understand how this image is formed with 32 bit depth.Neverthless, .bmp is standard format and imread can help you read the image.
I hope this helps you or give you a headstart and also update me if you find something interesting about this image and data format.
Cheers.

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by