How to take blocks in bit plane encoding ?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
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
2013-8-16
blockbits{BlockNumber} = {BitPlane1, BitPlane2, BitPlane3, BitPlane4, BitPlane5, BitPlane6, BitPlane7, BitPlane8};
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!