Why bit plane 8 of my image is almost black?

2 ビュー (過去 30 日間)
Fatmanur Özdemir
Fatmanur Özdemir 2021 年 3 月 29 日
回答済み: Mahesh Taparia 2021 年 4 月 1 日
I am trying to reconstruct an image by combining bit plane 8 and bit plane 7 of my original gray image. However I get an almost black picture which I think it shouldn't be like that. When I display image in matlab without any process on it, it is different from the original image. What should I do?
  1 件のコメント
KSSV
KSSV 2021 年 3 月 29 日
Check the class of the image......and change it accordingly.

サインインしてコメントする。

回答 (1 件)

Mahesh Taparia
Mahesh Taparia 2021 年 4 月 1 日
Hi
It seems, the image which you are displaying might be in double or single format. Convert it to uint8 format using uint8 command. Also, make sure the range of image pixels value to be lies between 0 and 255.
If it won't work, then can you share a samle image? It will be more helpful.

Community Treasure Hunt

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

Start Hunting!

Translated by