Bit Plane Slicing


Given an X-bit per pixel image, slicing the image at different planes (bit-planes) plays an important role in image processing. An application of this technique is data compression. In general, 8-bit per pixel images are processed. We can slice an image into the following bit-planes. Zero is the least significant bit (LSB) and 7 is the most significant bit (MSB):

Shown below is an 8-bit per pixel image and the different bit-planes after slicing.


Original image

---
Bit-slice 0 --------------- Bit-slice 1

---
Bit-slice 2 --------------- Bit-slice 3

---
Bit-slice 4 --------------- Bit-slice 5

---
Bit-slice 6 --------------- Bit-slice 7



DIP Feedback Form

Copyright © 1995 KRI, ISTEC, Ramiro Jordán, Roberto Lotufo. All Rights Reserved.