This is the repo to store and practice whole image processing stack, which contains:
- Preprocessing & Representation using OpenCV, SciKit-Image, Pillow, SciPy
- Colour scheme operations
- Resizing and Rotations (& Thumnails)
- Crop, Copy-paste, Rotate, Flip
- SciPy image filers
- Noising, Denoising -> Gaussian, median, etc.
- Image masking
- Fourier transform, Inverse fourier transform & Discrete fourier transform
- Histogram equalization, CLAHE
- Shading correction using rolling ball background subtraction
- White balancing
- Pattern and Similar object matching or Template matching
- Reference based image quality metrics
- Batch processing
- Straight line detection using Hough transform
- Image classification using Gray-level-co-occurance matrics (GLCM) and LGBM
- U-Net for semantic segmentation (Image segmentation)
- IoU - Intersection over Union
- Image classification using Bag of visual words (BoVW)
- Feed forward classifier [PyTorch]
- CNNs [PyTorch]
- Mask R-CNNs [PyTorch]
- Object Detection [PyTorch] & [TensorFlow]
- Image Segmentation [PyTorch]
- 3D Object Detection and localization [PyTorch] & [TensorFlow]
- Object Tracking
- Convolutional Auto-Encoders [PyTorch]