A new technique to enhance images through image processing.
Images captured by the surveillance cameras are generally very low in quality and not able to detect some of the minute details.
You can use your experties in programing. you can use programming to enhance an image so much so that the lesser details get enhanced.
Here I used one technique called "Histogram equalisation specification" or "CLAHE".
import cv2 package
Reading image and giveing file path
Preparation for CLAHE
Convert to gray scale image
Apply Enhancment
Save it to file
Before Image Enhancement
After Image Enhancement
I'm a full stack developer...