imneonizer / How-to-find-if-an-image-is-bright-or-dark
Input image is resized to 10x10 pixel, to reduce the computation, Convert it to LAB color space to access the luminous channel which is independent of colors, Normalize pixel values to be in range of 0 - 1. Compare the mean value of pixels with a threshold value.
☆65Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for How-to-find-if-an-image-is-bright-or-dark
- GitHub repo for my article at https://towardsdatascience.com/indian-car-license-plate-detection-using-yolo-v5-ae2574578175☆63Updated last year
- Text Detection from images using OpenCV☆108Updated 3 years ago
- Video Analytics dashboard built using YoloV5 and Streamlit☆83Updated last year
- CNN based Automatic License Plate Recognition Network☆29Updated 3 years ago
- I have customized the code of Adrian to find 4 points of document or rectangle dynamically. Here i have added findLargestCountours and co…☆38Updated 6 years ago
- Centerface ONNX accelerated with Deepstream 5.1☆10Updated 3 years ago
- This is the github repository for converting craft pretrained model to tflite version☆32Updated 3 years ago
- Detection masks on faces.☆29Updated 4 years ago
- Automatic skew correction using corner detectors and homography with opencv tools☆32Updated 5 years ago
- Liveness detection experiments☆53Updated 4 years ago
- なりすまし検出(anti-spoof-mn3)のWebカメラ向けデモ☆13Updated 2 years ago
- ☆53Updated last year
- Using PyTorch Framework☆18Updated 3 months ago
- Tata Innoverse SolverHunt 8 Submission. Built a realtime face mask detection and social distancing detector.☆33Updated 3 years ago
- Easy to use python wrapper around Deepstream Python bindings☆10Updated 3 years ago
- Automatic License Plate Recognition for Traffic Violation Management made with YOLOv4, Darknet, Tensorflow Lite☆49Updated 4 years ago
- Google Facenet implementation for live face recognition in C++ using TensorFlow, OpenCV, and dlib☆17Updated 5 years ago
- A realtime object detector that streams video and text to a Flask-SocketIO server.☆57Updated 2 months ago
- Nvidia Deepstream5+Ignition Maker+Metatdata+Python☆38Updated 3 years ago
- Machine Learning Project to identify an ID Card on an image☆49Updated 2 years ago
- This project demonstrates the use of TensorFlow Object Detection API to automatically number plates (Indian) from vehicles☆38Updated 5 years ago
- This is a Human Attributes Detection program with facial features extraction. It detects facial coordinates using FaceNet model and uses …☆121Updated 4 years ago
- yolov7 train on custom data☆23Updated 2 years ago
- A simple document detector in python3☆49Updated last year
- A simple YOLOv3 object detection API in Python (using Flask).☆15Updated 3 years ago
- ☆62Updated 2 years ago
- ☆116Updated 2 years ago
- ☆28Updated 2 years ago
- Handy Computer Vision techniques to extract characters from metal surfaces.☆18Updated 4 years ago
- Camera app using flask, OpenCV wherein we can click pictures, record videos, apply filters like greyscale, negative and 'face only' snap…☆88Updated 3 years ago