フィルターのクリア

How to take blocks in bit plane encoding ?

1 回表示 (過去 30 日間)
Pooja
Pooja 2013 年 8 月 16 日
I am having 4096 blocks ,in which one block is having 64 coefficients ?I need to pass it to a bit plane encoder .My input image is of 8-bit.I dont know how to process this in matlab.Please help me in this regard.
  4 件のコメント
Walter Roberson
Walter Roberson 2013 年 8 月 16 日
Okay, so what is the step you feel you are missing?
Pooja
Pooja 2013 年 8 月 16 日
I need to decompose the image into bit planes and to do further processing.Its a 8 bit image need to decompose into 8 bit planes,but doesent know how to arrange this blocks in the bit plane structure.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 8 月 16 日
If you are looking to convert a numeric image into binary, then there are arithmetic methods, or you can use dec2bin()
  4 件のコメント
Walter Roberson
Walter Roberson 2013 年 8 月 16 日
blockbits{BlockNumber} = {BitPlane1, BitPlane2, BitPlane3, BitPlane4, BitPlane5, BitPlane6, BitPlane7, BitPlane8};
Pooja
Pooja 2013 年 8 月 16 日
How to implement this in matlab?

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

Community Treasure Hunt

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

Start Hunting!

Translated by