Digital image processing, Computer science

MurugeswariC1 27 views 10 slides Aug 22, 2024
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

Variable length code
Bit plane coding


Slide Content

NADAR SARASWATHI COLLEGE OF ARTS AND SCIENCE DIGITAL IMAGE PROCESSING M.Vidhya II M.Sc Computer Science

variable-length code A code in which a fixed number of source symbols are encoded into a variable number of output symbols. This variable number(the code length) may be made to depend on some property of the source symbols input to the encoder, often their relative frequency of occurrence. If a variable-length code is to be instantaneously decodable it must obey krafts inequality. VARIABLE-LENGTH CODE

Variable length coding method is used to minimize the coding redundancy. Variable-length coding reduces only coding redundancy by assigning the shorstest possible code words to the most probable levels. The most popular variable length coding is”Huffman coding method”.

Bit plane coding is a technique that reduces image inter-pixel redundancy by processing each bit plane of an image individually . First decompose the original image into bit-plane. Binary image compression approach run-length coding(RLC). BIT PLANE CODING

In lossless predictive coding a new pixxel value is obtained by finding the difference between the predicted pixel value and the current pixel. In other words, this is the new information of a pixel is defined as the difference between the actual and predicted value of that pixel. LOSSLESS PREDICTIVE CODING

The approach commonly referred to as lossless predictive coding, is based on eliminating the inter pixel redundancies of closely spaced pixels by extracting and coding only the new information in each pixel.

THANK YOU!!