Computer Vision (CV) is a branch of AI that enables computers to see, understand, and interpret images and videos, just like humans use their eyes and brain.
Input: Image or Video
Processing: AI analyzes the image
Output: Identification or decision
Focuses on understanding the image. Focuses on improving or modifying the image.
Uses AI to identify objects, faces, etc. Changes image quality, size, color, etc.
Answers: "What is in the image?" Answers: "How can the image be improved?
Example: Face recognition Example: Brightness adjustment
Identifies a person by analyzing facial features.
Because the system looks at a face image and recognizes who the person is.
Detects roads, traffic signs, pedestrians, and vehicles.
Because the car analyzes camera images and understands its surroundings.
Detects diseases from X-rays, MRI scans, and CT scans.
Because AI examines medical images and identifies abnormalities.
Monitors people and activities using CCTV cameras.
Because the system analyzes video footage and detects suspicious activities.
Converts printed or handwritten text from images into editable text.
Because the system reads and understands text present in images.
Detects crop diseases and monitors plant growth.
Because AI analyzes images of crops and identifies problems.
Computer Vision tasks help a computer understand what is present in an image.
The AI identifies what object is present in the image.
Only the object name (label).
Image of a Cat
Output: Cat
The AI identifies the object and also shows where it is located using a bounding box.
📷 Image of a Cat
✅ Output:
The AI identifies multiple objects and shows their locations.
📷 Street Image
✅ Output:
Each object gets its own box.
The AI identifies each object and marks its exact shape, not just a box.
📷 Image with 3 people
✅ Output:
Each person is highlighted separately.
Object Detection Instance Segmentation
Draws boxes around objects Marks exact shape of objects
Less detailed More detailed
An image is made up of tiny dots called Pixels.
Like a mosaic made of thousands of tiny squares.
Pixel (Picture Element) is the smallest unit of a digital image.
Every image contains millions of pixels.
Resolution is the number of pixels in an image.
Resolution = Width × Height
1920 × 1080 pixels
Higher Resolution = Better Image Quality
A pixel value represents the brightness or color of a pixel.
0 to 255
Value Meaning
0 Black
255 White
Between 0-255 Shades of Gray
An image that contains only shades of gray.
0 – 255
✔ Smaller size
✔ Faster processing
RGB stands for:
🔴 Red
🟢 Green
🔵 Blue
Every color image is created by combining these three colors.
(Red, Green, Blue)
(255,0,0) → Red
(0,255,0) → Green
(0,0,255) → Blue
(255,255,255) → White
(0,0,0) → Black
Humans see images with eyes.
Computers see images as numbers.
A grayscale image:
0 100 255
50 200 150
The computer stores and processes these numbers.
👉 A computer does not see a cat or dog.
👉 It only sees pixel values.
Convolution is a technique used to find important features in an image such as:
A small matrix called a Filter (Kernel) moves across the image.
The filter extracts useful information from different parts of the image.
Convolution can help detect:
✔ Edges of an object
✔ Corners
✔ Patterns
Convolution helps AI recognize objects more accurately.
Copyright © 2026 Orange Workflow - All Rights Reserved.
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.