if there are three MSB bit planes b5,b6,b7 of an image then i want to construct a single bitplane by arranging the pixels of the three bitplanes in this manner [b5 b6 b7 b5 b6 b7...............;b5 b6 b7 b5 b6 b7.....;]of size 256x256?
3 views (last 30 days)
Show older comments
if there are three MSB bit planes b5,b6,b7 of an image then i want to construct a single bitplane(sb) by arranging the pixels of the three bitplanes in this manner sb= [b5 b6 b7 b5 b6 b7...............;b5 b6 b7 b5 b6 b7.....;] where b5,b6,b7 represents pixels from each bitplane and size of each bitplane is 256x256?
0 Comments
Answers (0)
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!