Skip to content

This repository documents my hands-on learning path in computer vision, starting from basic image processing with OpenCV to more advanced topics.

License

Notifications You must be signed in to change notification settings

AndreaMazzera/ComputerVisionLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘οΈ Computer Vision Learning

Introduction

This repository documents my learning journey in Computer Vision, characterized by two core principles:

  • Incremental approach, starting from the fundamentals of computer vision β€” digital images, color spaces, image processing β€” and progressively moving toward more advanced topics such as deep learning and object tracking (cit. to infinity and beyond);
  • Formal approach, meaning that the focus is not limited to understanding code found in online resources, but also includes a solid theoretical background. For this reason, each practical topic is accompanied by its corresponding theoretical counterpart.

The theoretical material is collected in dedicated notes, currently written in Italian using LibreOffice. In the future, the content will be reorganized in LaTeX and translated into English.

The general goals and learning path are described below. However, since this is a personal project in continuous evolution, both the objectives and the structure may change over time, influenced by personal interests as well as by the evolving landscape of computer vision.

Finally, in the spirit of a personal learning project, any suggestion, correction, or feedback is highly encouraged.

🎯 Goals

The goals of this learning path are:

  • To learn the fundamentals of image processing
  • To characterize the main topics of Computer Vision
  • To learn how to use Python and OpenCV
  • To build a solid foundation for advanced computer vision and deep learning topics
  • To develop the skills required to build complex projects

πŸ›€οΈ Learning Path

  1. Environment setup
  2. Basic definitions of digital images and color spaces. Minimal handling using Python and OpenCV
  3. Image Processing: translation, rotation, and image resizing
  4. Image Processing: filtering and edge detection
  5. Image Processing: contours and shapes
  6. Computer Vision: feature detection
  7. Work in progress...

πŸ› οΈ Technologies

  • Python
  • OpenCV
  • NumPy

πŸ“š References

About

This repository documents my hands-on learning path in computer vision, starting from basic image processing with OpenCV to more advanced topics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages