sabin5105 / openCV-tutorial

unofficial openCV quick tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openCV-tutorial

unofficial openCV quick tutorial

This is not the official tutorial of openCV.

openCV

openCV official tutorial

openCV Github

This repository covers the basic usage of openCV. The code is written by python.

The content will be updated continuously.


Version

  • Python: 3.9.16
  • opencv-contrib-python: 4.7.0.72
  • numpy: 1.24.1
  • Matplotlib: 3.6.3

Content

  • Image segmentation
    • k-means
  • Clustering
    • k-means
  • Image filtering
    • Gaussian blur
    • median blur
    • bilateral filter
  • Feature extraction
    • PCA
    • Harris corner detection #TODO
  • Objective detection
    • coming soon!🙏🏻

Executions

blur_2x.mov

About

unofficial openCV quick tutorial

License:MIT License


Languages

Language:Python 100.0%