hi, i have reduced an gray image to 32 gray levels. now I want bit pattern of each level of 32 levels. I dont know how it will be. should I take a histogram of 32 gray level image ? but after taking histogram how can I take bit pattern of each level?
2 ビュー (過去 30 日間)
古いコメントを表示
I have used this statement for taking 32 gray levels of image. y32 = uint8(floor(double(im)/8));
2 件のコメント
KALYAN ACHARJYA
2018 年 8 月 30 日
編集済み: KALYAN ACHARJYA
2018 年 8 月 30 日
What exactly you want, each pixel required minimum 5 bits to represents each pixel, you are asking bit planes?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Modify Image Colors についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!