Document
Document
**
Image acquisition refers to the process of capturing or obtaining an image from the real
world and converting it into a digital format for processing. It involves sensors that detect
light, color, and other attributes of a scene. Sensing is the action of gathering these inputs
from the environment, typically using devices such as cameras, scanners, or satellites.
- **Single Sensor**: A single sensor, like a CCD (Charge Coupled Device) or CMOS
(Complementary Metal-Oxide-Semiconductor) sensor, is used to capture images in
devices such as digital cameras.
- **Linear Sensor Array**: This setup uses an array of sensors in a single line, capturing
images sequentially as the sensor moves across the scene (used in scanners or line
cameras).
- **Two-Dimensional Array (2D Sensor)**: This is used in most digital cameras, where the
sensor has multiple rows and columns, capturing the image in one pass.
Image processing refers to the manipulation of an image to enhance its quality or extract
useful information from it. This process involves a series of operations on a digital image to
improve its appearance or transform it for further analysis.
3. **What are the basic components of an image processing system? Explain all
components with a block diagram. Write down the three examples of fields that use
DIP.**
- **Image Processing Unit**: The core computational unit for processing the image.
- **User Interface**: Allows users to interact with the system and view results.
- **Medical Imaging**: Enhancing and analyzing medical scans like MRI or X-rays.
- Normalized RGB:
B = 50 / 255 = 0.196
- **Hue (H)**:
- **Saturation (S)**:
S = 1 – (3 / (R + G + B)) * min(R, G, B)
- **Intensity (I)**:
I = (R + G + B) / 3
- S ≈ 0.58
- I ≈ 0.45
Digital Image Processing (DIP) has numerous applications across various industries.
Some of the major areas include:
- **Medical Imaging**: Helps in enhancing and analyzing medical images such as X-rays,
MRIs, and CT scans to detect diseases and conditions.
- **Security and Surveillance**: Image processing techniques are used to improve image
clarity, detect motion, or recognize faces in security cameras.
6. **An RGB pixel (120, 200, 150) converted into CMY and HSI.**
**CMY Conversion**:
- **Cyan (C)**:
C = 1 – R = 1 – 0.471 = 0.529
- **Magenta (M)**:
M = 1 – G = 1 – 0.784 = 0.216
- **Yellow (Y)**:
Y = 1 – B = 1 – 0.588 = 0.412
Resulting CMY = (0.529, 0.216, 0.412).
- S ≈ 0.43
- I ≈ 0.66
7. **What is sampling and quantization? What is the need for this process in DIP?**
**Sampling** refers to the process of converting a continuous image into a discrete one
by selecting specific points (pixels) from the original continuous image. The image is
sampled at regular intervals, where the spatial resolution defines how finely the image is
sampled.
The number of bits required to store a digital image is determined by the formula:
\[
\]
Where:
- **Number of bits per pixel** is determined by the bit depth (e.g., 8 bits for grayscale, 24
bits for RGB).
For example, for an RGB image of size 1920x1080, the number of bits required would be: