Class 10 Revision
Class 10 Revision
Computer systems only work in the form of ones and zeros or binary systems. Each bit
in a computer system can have either a zero or a one. Each pixel uses 1 byte of an
image each bit can have two possible values which tells us that the 8 bits can have 255
possibilities of values that start from 0 and ends at 255.
Grayscale Images
• Grayscale images are images which have a range of shades of gray without apparent
colour.
• The lightest shade is white total presence of colour or 255 and darkest colour is black
at 0.
• Intermediate shades of gray have equal brightness levels of the three primary colours
RBG.
• The computers store the images we see in the form of these numbers.
129
RBG colours
• All the coloured images are made up of three primary colours Red, Green and Blue.
• All the other colour are formed by using these primary colours at different
proportions.
• Computer stores RGB Images in three different channels called the R channel, G
channel and the B channel.
Image Features
• A feature is a description of an image.
• Features are the specific structures in the image such as points, edges or objects.
• Other examples of features are related to tasks of CV motion in image sequences, or
to shapes defined in terms of curves or boundaries between different image regions.
Open CV or Open Source Computer Vision Library is that tool that helps a computer
to extract these features from the images. It is capable of processing images and videos
to identify objects, faces, or even handwriting.
130
4. Which of the following tasks involves identifying and locating objects within
an image?
A) Image compression
B) Feature extraction
C) Object detection
D) Image enhancement
5. A _______________ is a technology based on computer vision that
identifies, verifies, or matches a digital image of a human face against a
database of stored facial images.
6. What does segmentation in Computer Vision refer to?
A) Enhancing image details
B) Dividing an image into parts or regions
C) Reducing image size
D) Increasing image resolution
7. A grayscale image represents intensity values ranging from 0 to ________.
8. What is feature extraction in Computer Vision?
A) Reducing image noise
B) Identifying and describing relevant characteristics from an image
C) Increasing image contrast
D) Storing image data
9. What is the main function of the Google Translate App when interpreting
foreign language signs?
A) To provide dictionary definitions
B) To teach grammar rules
C) To translate text into your preferred language almost instantly
D) To convert voice to text
10. What does the pixel value represent in a grayscale image?
A) The color
B) The intensity
C) The contrast
D) The brightness
11. Which of the following is a common use of Computer Vision in medical
imaging?
A) Audio transcription
B) Image segmentation
C) Video streaming
D) Data encryption
12. Which of the following is a primary color in the RGB color model?
A) Yellow B) Cyan
C) Green D) Magenta
131
13. What is a common application of Computer Vision in security systems?
A) Document editing
B) Video streaming
C) Facial recognition
D) Web browsing
14. Which format is typically used to store a color image in digital form?
A) Grayscale
B) Binary
C) RGB
D) Indexed
15. ____________ is the core technology behind the development of
autonomous vehicles
16. ____________allows you to point your phone’s camera at the words and tell
you what it means in your preferred language almost instantly.
17. True/False
A higher resolution in an image implies less detail.
Assertion Reasoning Questions
18. Assertion (A): Computer vision is a field of artificial intelligence that enables
computers to interpret and make decisions based on visual data from the world.
Reasoning (R): Computer vision uses algorithms to process and analyse images
and videos, enabling tasks like object detection and facial recognition.
19. Assertion (A): Image classification is the process of categorizing and labeling
groups of pixels or vectors within an image based on specific rules.
Reasoning (R): Image classification is a crucial step in medical imaging,
allowing for the diagnosis of diseases from X-rays or MRI scans.
A. Both A and R are true, and R is the correct explanation for A.
B. Both A and R are true, but R is not the correct explanation for A.
C. A is true, but R is false.
D. A is false, but R is true.
E. Both A and R are false.
132
20 Assertion (A): Computer vision can be used in automated quality inspection in
manufacturing industries.
Reasoning (R): Automated quality inspection systems use computer vision to
identify defects or irregularities in products on a production line.
133
1. Case Study: Autonomous Vehicles
Consider a smart surveillance system that employs Computer Vision for security
purposes. Explain how object detection and facial recognition are used in this
system to enhance security. What ethical considerations should be considered
when implementing such a system?
4. Case Study: Digital Image Restoration
9. A pixel is the smallest unit of a digital image, representing a single point in the
image with a specific color or intensity. Pixels are important because they
collectively form the entire image, determining its resolution and detail.
10. Resolution refers to the number of pixels in an image, usually measured in
pixels per inch (PPI). Higher resolution means more pixels and greater detail,
resulting in better image quality.
11. Grayscale images consist of shades of gray, ranging from black to white, with
each pixel representing an intensity value. RGB images use three color channels
(Red, Green, Blue), where each pixel is a combination of these three colors,
allowing for a wide range of colors in the image.
12. In a grayscale image, the pixel value is represented by an intensity level ranging
from 0 to 255, where 0 represents black, 255 represents white, and values in
between represent different shades of gray.
13. In an RGB image, each pixel has three color channels (Red, Green, Blue). The
intensity of each channel determines the final color of the pixel. By combining
different intensities of these three channels, a wide range of colors can be
represented.
14. High-resolution images provide more detail and clarity, which can improve the
accuracy of Computer Vision tasks such as object detection, recognition, and
segmentation, as they allow for better feature extraction and analysis.
15. Pixel density, measured in pixels per inch (PPI), affects the sharpness and clarity
of an image. Higher pixel density means more pixels are packed into a given
area, resulting in a crisper and more detailed image, which is particularly
important for high-quality displays and prints.
136
2. Pixel Value: In digital images, pixel value represents the intensity or color
information of a pixel. In grayscale images, it ranges from 0 (black) to 255
(white). In RGB images, it is defined by the intensities of red, green, and blue
channels.
Resolution: Resolution refers to the number of pixels in an image, typically
measured in pixels per inch (PPI). Higher resolution means more pixels and
greater detail, enhancing image clarity and quality.
Color Channels: In RGB images, each pixel is composed of three-color
channels (red, green, blue). The combination of these channels at varying
intensities produces a wide range of colors. High-quality images require
accurate representation of these color channels.
Collective Impact: High pixel values, resolution, and well-defined color
channels contribute to a detailed, sharp, and color-rich image. Lower values or
resolution can result in blurred, pixelated, or distorted images, reducing visual
quality and effectiveness in Computer Vision tasks.
137
5. Object Detection: This task involves identifying and locating objects within an
image, providing bounding boxes around detected objects. It focuses on
detecting multiple objects and their positions.
Image Classification: This task assigns a single label to an entire image based
on its content. It does not provide the locations of objects, only categorizes the
image as a whole.
Image Segmentation: This task divides an image into segments, each
representing a different object or region. It provides pixel-level classification,
offering detailed information about the structure and boundaries within the
image.
Case Study/Application-Based Questions on Computer Vision- 5 marks-
Answers
1. Computer Vision helps in lane detection by using cameras to identify lane
markings on the road, ensuring the vehicle stays within its lane. Pedestrian
recognition involves detecting and tracking pedestrians to avoid collisions.
Traffic sign recognition uses image processing to identify and interpret traffic
signs, allowing the vehicle to respond accordingly. Challenges in adverse
weather conditions include reduced visibility and accuracy. These can be
mitigated by using additional sensors such as radar and LIDAR, as well as
implementing advanced algorithms to enhance image processing in poor
visibility.
2. Computer Vision algorithms can analyze medical images to detect abnormalities
like tumors by identifying unusual patterns and shapes that indicate the presence
of disease. The advantages include faster and more accurate diagnosis, early
detection of diseases, and improved treatment planning. This technology reduces
the workload on medical professionals and increases the chances of successful
treatment by identifying issues at an early stage.
3. Object detection is used to identify and monitor objects within the surveillance
area, alerting security personnel to any suspicious activity. Facial recognition
identifies individuals by comparing captured images with a database of known
faces, enhancing security by recognizing potential threats. Ethical considerations
include privacy concerns, potential biases in recognition algorithms, and the
need for transparency and accountability in how the data is used and stored.
4. Understanding pixel values helps in identifying the intensity and color
information of each pixel, which is essential for correcting damaged areas.
Resolution knowledge is important for maintaining image detail during
restoration. Color channels are used to accurately restore the colors in RGB
images. Computer Vision enhances quality by using algorithms to fill in missing
parts, correct color imbalances, and sharpen details, resulting in a restored image
that closely resembles the original.
138