X-TRON404 / OpenCV-Tutorials

A repository from the time of learning OpenCV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV-Tutorials

This repository contains OpenCV-Python code for:

Thresholding:
1)Adaptive thresholding
2)Gaussian thresholding

Masking:
1)Bitwise operations
2)Kernel convolutions

Blur:
1)Gaussian blur
2)Median blur
3)Bilateral blur

Morphological transformations
To remove noise
Edge detection:
1)Sobel edge detection
2)Canny edge detector

Foreground-background segmentation

Corner detection:
1)Harris corner detector

Feature Matching:
1)Feature matching using ORB (Oriented FAST and Rotated BRIEF)
2)BFMatcher

CascadeClassifier:
1)haar cascade

About

A repository from the time of learning OpenCV.


Languages

Language:Python 100.0%