Dip I
Dip I
Dip I
Image
Visual representation of a real-life object (a person or any other object) in a
two-dimensional form is called an image. An image is nothing but a collection
of pixels in different color spaces.
Pixels
Pixels are subsamples of an image that, when get combined, give us the
complete image.
Image resolution
Image resolution is the number of pixels present in an image. The greater
the number of pixels, the better quality.
Image resolutions are described, for example, as 320 × 240, 640 × 480,
800 × 600, 1024 × 768, and so on.
Image Interpolation:
Process of using known data to estimate unknown values. It is also called as
resampling.
STEPS IN DIP
Image Acquisition:
The image is captured by a sensor (eg. Camera), and digitized if the output of
the camera or sensor is not already in digital form, using analogue-to-digital
convertor.
Image Enhancement
The process of manipulating an image so that the result is more suitable than
the original for specific applications. The idea behind enhancement techniques
is to bring out details that are hidden.
Image Restoration
Improving the appearance of an image. Tend to be mathematical or
probabilistic models.
Colour Image Processing
Use the colour of the image to extract features of interest in an image.
Wavelets
Are the foundation of representing images in various degrees of resolution. It is
used for image data compression.
Compression
Techniques for reducing the storage required to save an image or the
bandwidth required to transmit it.
Morphological Processing
Tools for extracting image components that are useful in the representation
and description of shape.
Image Segmentation
Segmentation procedures partition an image into its constituent parts or
objects.
Recognition and Interpretation
Recognition: the process that assigns label to an object based on the
information provided by its description.
PPI & DPI
The units for measuring image resolution are PPI “pixels per inch”, DPI “ inch ”
“dots per inch.” dots per.
Bitmap Image
Bitmap is a binary image in which each pixel has one of two numbers: either a
zero or a one. They represent black or white and are often used for storing
images efficiently.
Lossless and lossy Compression:
Lossless Compression:
Lossy Compression:
Vector images:
➢ Vector images use less memory space and have a smaller file size (.svg)
as compared to bitmaps.
➢ Vector images cannot be used for photorealistic images.
➢ Vector images require a plug-in for Web- based display.
Dithering:
Dithering is a process whereby the color value of each pixel is changed to the
closest matching color value in the target palette.
This is done using a mathematical algorithm.
Image file format:
An image file format refers to the structure and organization of data within a file
that represents an image.
• PNG is a popular lossless image format for web graphics and images with
transparency.
RAW:
• RAW is not exactly a standard file format but rather a term used for
uncompressed image data directly from a digital camera's sensor.
• RAW files contain unprocessed data captured by the camera, allowing for
greater flexibility
Color Spaces:
The RGB color space, red, green, and blue are mixed in different ways to make
different color combinations.
XYZ:
Using XYZ, we can encode all the colors that exist in the real world. This color
space is called XYZ because it extrapolates RGB colors in three dimensions: x, y,
and z.
HSV/HSL:
• Hue
• Saturation
• Value
• Lightness
LCH:
The LCH is similar to the LAB color space, but instead of using cylindrical
coordinates, it uses rectangular coordinates.