Skip to content

BhumitSahani/OpenCV_Chapters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

OpenCV Chapters – Structured Learning & Experiments

This repository documents my systematic learning of OpenCV using C++, focusing on core computer vision concepts, APIs, and best practices.
Each chapter is implemented as a self-contained executable, built using CMake, and designed to demonstrate a specific OpenCV concept clearly and reproducibly.

This repository is intentionally learning-focused.
Complete applications and end-to-end projects are maintained separately.


πŸ“Œ Goals of This Repository

  • Build a strong conceptual foundation in OpenCV
  • Practice clean C++, modular code, and reproducible builds
  • Understand OpenCV’s core modules through hands-on experimentation
  • Prepare for real-world contributions to large C++/OpenCV codebases (e.g., GSOC)

πŸ“‚ Repository Structure

OpenCVTraining2/
β”œβ”€β”€ CMakeLists.txt
β”œβ”€β”€ Resources/
β”‚   └── (images, videos, haar cascades, etc.)
└── src/
    β”œβ”€β”€ Chapter1.cpp
    β”œβ”€β”€ Chapter2.cpp
    β”œβ”€β”€ Chapter3.cpp
    β”œβ”€β”€ Chapter4.cpp
    β”œβ”€β”€ Chapter5.cpp
    β”œβ”€β”€ Chapter6.cpp
    β”œβ”€β”€ Chapter7.cpp
    β”œβ”€β”€ Chapter8.cpp
    └── ColorPicker.cpp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors