Some interesting applications I did during the OpenCV Course.
Notebook | Description |
---|---|
OCR On Invoice | Performing OCR on Invoice Documents Using Tesseract and Keras-OCR |
Autofocus | Detecting the most focused frame in the video using Variance of absolute values of Laplacian - var_abs_laplacian function and Sum Modified Laplacian (SML) |
Coin Detection | Coin Detection using various OpenCV methods |
Image Alignment | Using famous rgb image of Alim Khan to align three channels using feature based image alignment |
Smile Detection | Smile Detection using Dlib's facial landmarks model |
Licence Plate Recognition | Licence Plate Recognition using Detectron2 and Open Images Dataset |
Blemish Removal | Blemish removal using gradients and seamless cloning |