- Image upload and show - https://github.com/PlabonKumarsaha/openCV/blob/master/UploadImage.py
- Video upload and display - https://github.com/PlabonKumarsaha/openCV/blob/master/UploadVideo.py
- Open Web cam - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/WebCamera.py
- RGB to GRAY scale Image convertor - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/RGB2GraySCALE.py
- Gausian Image bluring/Median blur(reduces noice) - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/GausianBlur.py
- make image darker - increasing gama values : https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/MakeImageDarker.txt
Morphological operator - https://docs.opencv.org/master/d9/d61/tutorial_py_morphological_ops.html
&& #### various variant of Morphological operator - https://homepages.inf.ed.ac.uk/rbf/HIPR2/morops.htm
- Image Reszing - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/ResizeImage.py
- Crop Images - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/CropImage.py
- drawing circle,rectange and line - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/Shapes.py
- Show Text - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/ShowText.py
- Perspespective Transfrom (cutting an image and setting it in a different portion of the frame)-https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/PrespectiveTrabsformation.py
- image stacking - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/StackingImage.py
- pre process , idenifying shapes , calculating area , draw margin on shapes and draw a bounded box - https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/shapes.py
- https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/faceDetection.py
- https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/ObjectTracker(Moose).py - MOSSE and CSRT
https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/blend.py - same size image blending
https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/threshold.py
https://github.com/PlabonKumarsaha/Python_Open_CV_Practice/blob/master/YolloV3.py