Tag

HSV

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 8, 2024 · Artificial Intelligence

Human Skin Detection with OpenCV: YCrCb and HSV Based Methods

This article demonstrates how to use Python's OpenCV library for human skin detection by converting images to YCrCb and HSV color spaces, applying Gaussian blur, Otsu thresholding, and range‑based segmentation, with step‑by‑step installation, code examples, and visual results.

Computer VisionHSVPython
0 likes · 10 min read
Human Skin Detection with OpenCV: YCrCb and HSV Based Methods
Python Programming Learning Circle
Python Programming Learning Circle
Jun 2, 2023 · Artificial Intelligence

Skin Color Detection with OpenCV: YCrCb and HSV Based Algorithms

This tutorial explains how to use OpenCV in Python to detect human skin tones by converting images to YCrCb or HSV color spaces, applying Gaussian blur, range filtering, and Otsu thresholding, and compares the results of three different detection methods with visual examples.

Computer VisionHSVPython
0 likes · 8 min read
Skin Color Detection with OpenCV: YCrCb and HSV Based Algorithms
Python Programming Learning Circle
Python Programming Learning Circle
Jun 29, 2022 · Fundamentals

Python Mosaic Image Generator: Creating Photo Mosaics with RGB and HSV

The article explains how to use Python to build a mosaic image generator that transforms any picture into a mosaic by calculating average HSV colors of source images, dividing the target image into color blocks, replacing them with matching images, and blending the result, complete with code examples.

HSVMosaicPython
0 likes · 5 min read
Python Mosaic Image Generator: Creating Photo Mosaics with RGB and HSV
Test Development Learning Exchange
Test Development Learning Exchange
Jul 18, 2021 · Fundamentals

Understanding Color Space Conversions in OpenCV: Grayscale, BGR, and HSV with Python Example

This article explains the three commonly used color spaces in computer vision—grayscale, BGR, and HSV—detailing their characteristics and typical applications, and provides a Python OpenCV code example that converts an image to grayscale and displays both the original and processed images.

BGRHSVPython
0 likes · 2 min read
Understanding Color Space Conversions in OpenCV: Grayscale, BGR, and HSV with Python Example
Qunar Tech Salon
Qunar Tech Salon
Jan 16, 2018 · Frontend Development

Analysis of Ant Design Color Palette Generation Algorithms Across Versions 1.x, 2.x, and 3.x

This article examines the evolution of Ant Design's color‑palette generation algorithms from the simple tint/shade approach in 1.x, through the HSL‑based Bézier‑easing method in 2.x, to the HSV‑driven implementation in 3.x, highlighting their principles, code implementations, strengths, and shortcomings.

BézierHSVSASS
0 likes · 15 min read
Analysis of Ant Design Color Palette Generation Algorithms Across Versions 1.x, 2.x, and 3.x