Introduction to Computer Vision

What is Digital Images?

👉 An image is a collection of finite locations or points.
👉 Each location is called a "pixel."
👉 A digital image is a representation of a two-dimensional image as a finite set of digital values, called pixels or picture elements.

What is Pixel?

👉 Pixels are the smallest units in an image.
👉 Each pixel contains a color value.
👉 They come together to create the whole picture.
ML_AI/images/cv-1.png

1. What is Computer Vision?

👉 Computer vision seeks to extract meaning from images.
👉 The goal isn’t to change how the image looks but to understand what the image represents.
👉 This involves identifying objects, interpreting scenes, and even recognizing patterns and behaviors within the image.
👉 It’s more about comprehension rather than alteration.

Three main use-case of Computer Vision

How is an image represented digitally?

ML_AI/images/cv-2.png

2. Challenges in Computer vision

1. Lighting Conditions

Variations in lighting conditions can significantly impact the performance

2. Occlusion:

Occlusion occurs when objects are partially or completely hidden

3. Clutter

Clutter refers to the presence of irrelevant objects or background noise

4. Scale and Perspective

Dealing with Scale and Perspective:

5. Medium specific challenges

Normal Photographs vs. X-rays vs. Ultrasound vs. Histology: Each imaging medium presents unique challenges.

6. Invariance

All the above Challenge's Visual representation

ML_AI/images/cv-5.png