KwickAcademy Artificial Intelligence · 7 min · free
Computer Vision: How Machines See
Computer vision lets computers understand images and videos. A computer sees an image as a grid of pixel numbers.
Follows the syllabus of: CBSE Class 9 Artificial Intelligence (417), CBSE Class 11 Artificial Intelligence (843), CBSE Class 12 Artificial Intelligence (843)
On screen in this lesson
What is computer vision?
| A field of AI that lets computers understand images |
| Input: photos or video frames |
| Output: what is in the image and where |
| Humans see meaning; computers see numbers |
An image is a grid of pixels
| Pixel: the smallest dot of an image |
| An image is a grid of rows and columns of pixels |
| Resolution: pixels across by pixels down |
| A 1920 × 1080 photo has about 20 lakh pixels |
Every pixel is a number
| Image type | Pixel value | Example |
|---|---|---|
| Black and white | 0 or 1 | 1 = white |
| Greyscale | 0 to 255 | 0 black, 255 white |
| Colour (RGB) | 3 numbers | 255, 0, 0 = red |
Common vision tasks
| Task | Question | Example |
|---|---|---|
| Classification | what is it? | cat or dog |
| Detection | where is it? | boxes on cars |
| Segmentation | which pixels? | outline a tumour |
| Face recognition | who is it? | phone unlock |
Application: face unlock
| Camera captures your face |
| Software measures facial features |
| Features are compared with the saved face |
| Match: phone unlocks; no match: stays locked |
Application: medical imaging
| Reads X-rays, CT and MRI scans |
| Spots signs of TB, fractures or tumours |
| Helps where specialist doctors are few |
| The doctor always makes the final decision |
Quick answers
What does a greyscale pixel value of 0 mean?
Black.
Who makes the final decision on a medical scan?
The doctor.
KwickClips from this lesson
Short clips, one idea each. Good for revision the night before.
What does a computer see in a photo?40 sec
What is the first step?37 sec
Is face unlock computer vision?41 sec
How does poor light affect vision AI?41 secThe full lesson, in text
Hello students, welcome to Kwickprep. You glance at your phone, and it unlocks. It recognised your face in less than a second. But a phone has no eyes, so how does it see? Today we learn how a computer sees an image, the steps of computer vision, where it is used, and its challenges and future.
Let us define this branch of AI. Computer vision is a field of AI that helps computers understand images and videos. Its input is a photo, or the frames of a video, which are still pictures shown quickly. Its output is information, such as what objects are present and where they are. The big difference is this: we see a face, but a computer only sees numbers.
Zoom far into any photo and you will see tiny coloured squares. Each square is a pixel, short for picture element, the smallest dot of an image. An image is simply a grid of pixels arranged in rows and columns. Resolution tells how many pixels there are, written as width by height. A photo of nineteen twenty by ten eighty has about twenty lakh pixels.
The computer stores every pixel as a number. In a simple black and white image, each pixel is zero or one. In a greyscale image, each pixel is a number from zero for black to two hundred fifty five for white. In a colour image, each pixel has three numbers, for red, green and blue, so two hundred fifty five, zero, zero is pure red.
Computer vision works in a series of steps. First, image acquisition means capturing the image with a camera or scanner. Second, preprocessing cleans it by resizing, removing noise and fixing brightness. Third, feature extraction finds useful details like edges, corners and shapes. Fourth, detection finds objects, and segmentation marks exactly which pixels belong to each object. Fifth, high-level understanding gives the final meaning, such as, this is Riya's face.
Inside these steps, computer vision performs a few common tasks. Classification answers, what is in this image, like cat or dog. Object detection answers, where is each object, by drawing boxes around cars on a road. Segmentation answers, exactly which pixels belong to the object, like outlining a tumour in a scan. Face recognition answers, whose face is this?
Let us see the process inside face unlock. The front camera captures an image of your face. The software measures features, like the distance between the eyes and the shape of the jaw. These features are compared with the face you saved during setup. If they match closely enough, the phone unlocks; otherwise, it stays locked.
Computer vision also helps doctors. It studies medical scans such as X-rays, CT scans and MRI scans. It can highlight possible signs of tuberculosis, broken bones or tumours. In India, such tools help screen patients in areas that have few specialist doctors. But the AI only assists, and a qualified doctor makes the final decision.
The most exciting use is the self-driving car. Several cameras watch the road on all sides. Computer vision detects lane lines, road signs, traffic signals, vehicles and people crossing. With other sensors, it estimates how far away objects are and how fast they move. Many new cars in India already use this idea for driver assistance, like warning you when you drift out of your lane.
Computer vision is already part of daily life. Traffic cameras read vehicle number plates to catch rule breakers. Farming apps spot crop diseases from a photo of a leaf. Warehouses and shops count stock on shelves automatically. Photo apps apply filters and let you search your gallery for words like beach or dog.
Computer vision is powerful, but it faces real challenges. Poor light or glare changes pixel values, so the same object can look different. An object seen from a new angle, or partly hidden, is harder to recognise. If the training photos show too few kinds of faces, the system can be unfair to some people. Cameras everywhere raise questions of privacy and consent. And the same technology can create deepfakes, which are fake but realistic videos.
What does the future hold? Phones and home devices will understand the world around them even better. Early disease screening through a simple camera could reach far more villages. Driver assistance and smart traffic signals can make roads safer. And laws like India's Digital Personal Data Protection Act will guide how face data may be collected and used.
Let us revise what we learned today. A computer sees an image as a grid of pixel numbers. Computer vision works in steps: acquisition, preprocessing, feature extraction, detection, and high-level understanding. We saw it in face unlock, medical scans and self-driving cars. It still struggles with lighting, bias, privacy and deepfakes. As future creators of AI, always use it responsibly. Notice three places you meet computer vision today, and name the task each one does.
Courses that teach this
| Course | Unit |
|---|---|
| CBSE Class 9 Artificial Intelligence (417) | Part B - Unit 1: AI Reflection, Project Cycle and Ethics |
| CBSE Class 10 Artificial Intelligence (417) | Part B Unit 5: Computer Vision |
| CBSE Class 11 Artificial Intelligence (843) | Introduction — Artificial Intelligence for Everyone |
| CBSE Class 12 Artificial Intelligence (843) | Making Machines See |
Voice-over in this lesson is AI-generated. The script is written and checked by Kajal Ma'am. Boards can revise a syllabus mid-year, so confirm anything you plan around against the official board circular. Keep your passwords, OTPs and ID numbers to yourself — we never ask for them. To reach Kajal Ma'am, use the WhatsApp button; sharing your number there is how we call you back.
Free to watch, no sign-up. Live classes with Kajal Ma'am are the paid course; these lessons stay free either way.

