16
Refers to reducing the amount of data required to represent a digital image. Principle of compression: reduce the redundant information, e.g., coding redundancy Coding redundancy is present when less than optimal code words are used. interpixel redundancy Interpixel redundancy results from correlations between the pixels of an image. psychovisual redundancy Psychovisual redundancy is due to data that is ignored by the human visual system (i.e. visually non essential information). Image compression

Image compression introductory presentation

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Image compression introductory presentation

Refers to reducing the amount of data required to represent a digital image.

Principle of compression:

reduce the redundant information, e.g.,

coding redundancy

• Coding redundancy is present when less than optimal code

words are used.

interpixel redundancy

• Interpixel redundancy results from correlations between the pixels of an image.

psychovisual redundancy

Psychovisual redundancy is due to data that is ignored by the human visual system

(i.e. visually non essential information).

Image compression

Page 2: Image compression introductory presentation

Why…….?

Principal objective: To minimize the number of bits required to represent an image.

*Intended to yield a compact representation of an image.

*Reducing the image storage.

*Transmission requirements.

Page 3: Image compression introductory presentation

Types of image compression

Image data compression methods fall into two common categories:

*Lossy compression

*Lossless compression

Page 4: Image compression introductory presentation

Lossy Compression

*A lossy compression method is one where compressing data and then decompressing it retrieves data that may well be different from the original, but is close enough to be useful in some way.

*Used to compress multimedia data (audio, video, still images), especially in applications such as streaming media and internet telephony. Provide higher levels of data reduction Result in a less than perfect reproduction of the

original image

Page 5: Image compression introductory presentation

Lossless Compression

*Also called Information preserving compression.

*Compress and decompress images without losing information.

Page 6: Image compression introductory presentation
Page 7: Image compression introductory presentation

Lossless techniques

*Run length encoding

* Huffman encoding

* LZW coding

* Area coding

Page 8: Image compression introductory presentation

RLE (Run length Encoding)

The RL code for a gray scale image is :{ Vi ,Ri} Vi is the intensity of pixel and Ri refers to the number of consecutive pixels with the intensity Vi .

Page 9: Image compression introductory presentation

Lossy techniques

*Transformation coding

* Vector quantization

* Fractal coding

* Block Truncation Coding

* Subband coding

Examples

Page 10: Image compression introductory presentation

Transformation coding

*In this coding scheme, transforms such as DFT and DCT are used to change the pixels in the original image into frequency domain coefficients (called transform coefficients).

*These coefficients have the energy compaction property i.e. energy of the original data being concentrated in only a few of the significant transform coefficients. Only those few significant coefficients are selected and the remaining are discarded.

Page 11: Image compression introductory presentation

JPEG

*Joint Photographic Experts Group created the standard.

*Lossy Compression Technique based on use of Discrete Cosine Transform (DCT)

Page 12: Image compression introductory presentation

Steps in JPEG Compression

*Divide Each plane into 8x8 size blocks.

*Compute DCT of each block

*Treat separately DC components of each block.

*Apply Quantization to discard values

*Separately encode DC components and transmit data.

Page 13: Image compression introductory presentation

JPEG Compression

Page 14: Image compression introductory presentation

JPEG Compression

Results…

Page 15: Image compression introductory presentation

Applications

*Broadcast TV via satellite.

* military communications via aircraft, teleconferencing.

* computer communications etc.

Page 16: Image compression introductory presentation

THANKS