Bit plane Encoding of an Image

Bit plane encoding of an image uses run length coding algorithm to get the number of runs of zeros and ones in each plane.
46 Downloads
Updated 9 Oct 2019

View License

An image is taken and converted into grey scale . Eight bit planes of an Image is extracted using bitget() function. For each plane , number of runs of zeros and ones are encoded. These encoded format is stored in a structure for all eight plane with first column representing the number of ones or zeros and the second column representing the bit one / zero. Also run length coding can be done. Also I have uploaded a matlab script check.m which can be used to find proper encoding of the original script

Cite As

Sandhanakrishnan R (2024). Bit plane Encoding of an Image (https://www.mathworks.com/matlabcentral/fileexchange/72977-bit-plane-encoding-of-an-image), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!

runlength encoding

Version Published Release Notes
1.0.2

This Version has the zip format . No update in the code.

1.0.1

Small correction in check.m. Rest all is the same.

1.0.0