| --- |
| 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. |
|
|
| --- |
|
|