hsv-color-detection
There are 59 repositories under hsv-color-detection topic.
SmartToolFactory/Compose-Color-Picker-Bundle
🚀🌈 🎨 Collection of Color Pickers written with Jetpack Compose with solid Color or Gradient with type, tile mode, and color stops in HSL/HSV/RGB models with Colorful Sliders, displays, and many customization options.
kaustubh-sadekar/AIR_Drums
This project enables you to play virtual drums simply by using concepts of image processing and computer vision.
AFLProjects/White-Balance-Automation
C++ Automated white balance using lodepng and some color correction
SmartToolFactory/Compose-Extended-Colors
🚀🌈♾ Utility library that expands Compose Colors with Material Design2 colors, color swatches, Material Design 3 Tonal Palettes, color names, and utility functions to convert between HSL, HSV, RGB, HCT models and to HEX or from HEX
ESP32-Work/Text-Recognition-ESP32-CAM
OpenCV and ESP32 CAM
julzerinos/python-opencv-leaf-detection
Python-based OpenCV program for detecting leaves and creating segmentation masks based on images in the Komatsuna dataset.
leonjovanovic/terrain-marching-cubes
Implementation of Marching Cubes algorithm to generate various types of terrains
Shankar2442/Object-Tracking-based-on-Color-
Object-Tracking-based-on-Color
urastogi885/supermarket-cleaning-robot
Simulation of a robot that goes around a supermarket picking up fallen objects
vincentvilo/ocr-stats-recorder
Program developed in Python that reads and records the score in Valorant's practice range using HSV filters and OCR. Scores are used to find the all-time, average score in the practice range.
SamSamhuns/color_matching_and_skin_detection
Color matching and detection, skin and finger detection with opencv
Logeshwaran-KS/Medicinal-Plants-Detection-Using-Machine-Learning
Medicinal Plants Detection
BaseMax/CameraColorRecognitionPython
Color recognizer app which can detect colors from your camera using Python.
Cka3ka1337/Python-AimLab-HSV-AimBot
Аимбот на основе HSV маски. Имеется оверлей и поддержка двух методов захвата.
jerrinbright/GCODE-POINT-CLOUD-EXTRACTOR
Extracting the G-code cloud points and saving them in CSV. Simultaneously background of the images are removed and compared with the G-code point clouds, thus detecting errors in the 3D printed component.
quzanh1130/autonomous_car_2023_simulator
Autonomous car for simulator system using OpenCV
sakshigupta08/Magical-Cloth
A short and simple python program using OpenCV module.
sanjeewa999/HSV-Color-Detector-On-Images
This Python program uses OpenCV for real-time color-based image segmentation and filtering. It offers a graphical interface with trackbars to adjust HSV color channel ranges. It loads an image, applies the chosen color range as a mask, and displays the original image, HSV representation, mask, and filtered image in a stacked layout.
04092000f/ForestMonitor
ForestMonitor is a tool that detects and analyzes deforested areas in satellite images using HSV color segmentation.
AsadiAhmad/Sun-Flower-Counter
Automatically counts the number of sunflowers in an image using computer vision techniques with OpenCV
dipanjanpathak/Invisibility-Cloak-OpenCV
This project demonstrates an invisibility cloak effect using OpenCV in Python. It leverages HSV color space masking, trackbars for dynamic range adjustment, and real-time video processing to replace specific color ranges with a background frame, creating a magical invisibility effect.
PerfecXX/Python-HSV-Finder
Using the Tkinter GUI and OpenCV to filter and get the upper and lower HSV ranges from camera video capture
ahmedsalim3/Color-Based-Image-Segmentation
An HSV-based Image Segmentation Web App using Flask, enabling users to explore color boundaries for precise segmentation.
arson5012/testup
KIEE 2021 Mini Drone Flight Competition B_League Bumup
ESP32-Work/Color-Detection-using-HSV
This repo is for detecting colors using hue saturation values.
KOUISAmine/HEXA-to-HSV-Converter
Convert your HEXA color format to HSV format.
RHEA211/Object-Tracking-based-on-Color
Object is detected by pre-adjusting HSV values for detection
samarthm04/Vehicle_Cut-In_Detection
Python script for vehicle detection and tracking using YOLOv8 with dynamic road extent visualization. The model adapts to various camera angles, accurately determining road height by detecting road, sky, and mid lines. Includes TTC calculations, cut-in warnings, and visual overlays.
ShDalirian/detect-and-replace-color-similarity-based-on-HSV-or-HSL
extracting specific color based on HSV with adjustable tolerance
shubvats/Color-Saturation-and-Hue-Mapping
Analyze color space components (Hue, Saturation, Intensity) of an image using OpenCV in Python
taesaksit/leaf-classify-web
Website for classification Leaf after complete model by Whae optimization algorithm
yilmaz0734/RealTimeColorDetection
This sample project includes an implementation of object detection with video data.
AditPradana36/facade_dominant_color_extraction
This script extracts the dominant facade colors of buildings based on Street-View Imagery (SVI). Building facades are segmented using a pre-trained model. The color scheme used for analysis is HSV, where H represents Hue (0–179), S is Saturation (0–1), and V is Value (0–1).
ardakbas/Stop-Sign-Detection
A project that detects STOP signs in images using color and shape analysis
ay3shaa/virtual-painter
A real-time virtual painter built with OpenCV and Python that tracks colored markers using HSV color detection.