File size: 993 Bytes
96e2759
adc8a24
4dd67ed
 
 
 
adc8a24
 
4dd67ed
 
 
 
 
 
adc8a24
 
4dd67ed
 
 
adc8a24
 
 
7775e86
 
4dd67ed
 
 
adc8a24
 
4dd67ed
 
 
adc8a24
 
 
 
4dd67ed
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: mit
tags:
- computer-vision
- numpy
- matplotlib
- opencv
- beginner-friendly
language: en
---

# Computer Vision Learning Notebooks

## Summary
A beginner-friendly collection of notebooks that introduce the **fundamentals of Computer Vision (CV)**.  
Designed for both **technical and non-technical learners**, these notebooks focus on simple explanations, visual examples, and hands-on practice.

---

## Current Notebooks
- **Notebook 1** → Images as arrays with **NumPy** (understanding pixels).  
- **Notebook 2** → Working with real images (loading, resizing, color channels).  
- **Notebook 3** → Basic image transformations and manipulations.
- **Notebook 4** → Shapes and text on image (understanding bounding box)

---

## Next Steps (In Progress)
 

---

## Who Is This For?
- Students starting their CV journey.  
- Non-technical learners curious about how machines see images.  
- Developers looking for a smooth step before advanced CV/Deep Learning.  

---