Cvip 04
Cvip 04
Processing
[CVIP]
2/26/2024 2:08 PM N.RAGHU, AU, Hyderabad
Image Compression
1. Compression model
Interpixel redundancy is due to the correlation between the neighboring pixels in an image.
That means neighboring pixels are not statistically independent. The gray levels are not equally probable.
The value of any given pixel can be predicated from the value of its neighbors that is they are highly
correlated.
The information carried by individual pixel is relatively small. To reduce the interpixel redundancy the
difference between adjacent pixels can be used
2/26/2024 2:08 PM toAU,
N.RAGHU, represent
Hyderabad an image.
Redundancies
Inter-pixel Temporal Redundancy:
Interpixel temporal redundancy is the statistical correlation between pixels from successive frames in
video sequence.
Temporal redundancy is also called interframe redundancy. Temporal redundancy can be exploited using
motion compensated predictive coding.
Removing a large amount of redundancy leads to efficient video compression.
Psychovisual Redundancy:
The Psychovisual redundancies exist because human perception does not involve quantitative analysis of
every pixel or luminance value in the image.
It’s elimination is real visual information is possible only because the information itself is not essential
for normal visual processing.
Run-length encoding
Block Coding
Huffman Coding
2/26/2024 2:08 PM N.RAGHU, AU, Hyderabad
Colour Image Processing
1. Introduction
2. colour monitors
4. Colour models: RGB Colour Model, HSI Colour Models, HSV Colour
This is the model used for active displays such as television and computer
screens.
The RGB model is usually represented by a unit cube with one corner located at
the origin of a three-dimensional color coordinate system, the axes being
labeled R, G, B, and having a range of values [0, 1]. The origin (0, 0, 0) is
considered black and the diagonally opposite corner (1, 1, 1) is called white. The
line joining black to white represents a gray scale and has equal components of
R, G, B.
Most devices that deposit color pigments on paper (such as Color Printers and Copiers) requires
CMY data input or perform RGB to CMY conversion internally
=
-
2/26/2024 2:08 PM N.RAGHU, AU, Hyderabad
CMY and CMYK Color Model
Intensity
Distinguishes the gray levels.
Hue and saturation of colors respond closely to the way humans perceive color,
and thus this model is suited for interactive manipulation of color images .
I=(R+G+B)/3