Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.77 KB

README.md

File metadata and controls

59 lines (36 loc) · 2.77 KB

Python open CV practice

Contents

Image manipulation

&& #### various variant of Morphological operator - https://homepages.inf.ed.ac.uk/rbf/HIPR2/morops.htm

image sizing

Shapes

Perspespective

Shapes - working with shapes

Histogram - showing color ranges in graph

face detector - haarcascade

Object tracker

lane detection using huff transformation

https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/LaneDetection_HoughTransferMethod.py

image blending

https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/blend.py - same size image blending

threshold

https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/threshold.py

Yollo v3

https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/YolloV3.py