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.

You are now following this Submission

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 (2026). Bit plane Encoding of an Image (https://uk.mathworks.com/matlabcentral/fileexchange/72977-bit-plane-encoding-of-an-image), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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