Extract the used color from the image. #image recognition
Edit
by Mustafa Culban - 5 years ago (2019-05-25)
Detect cloth on the image and extract the color of it
| I will be using the code base to detect cloth on the image and extract the color of it. |
Ask clarification
2 Recommendations
CAPTCHA: Class to generate little CAPTCHA pictures
A CAPTCHA (Completely Automated Public Turing to tell Computers from Humans Apart) is a program that can generate and grade tests that:
- Most humans can pass.
- Current computer programs cannot pass.
For example, humans can read distorted text but current computer programs cannot.
| by Taranpreet Singh 60 - 5 years ago (2019-06-10) Comment
looking forward to try out your package :) |
This class can detect the dominant color used in an image.
It can take the path of an image file in JPEG or PNG formats and can create a scaled down image that will uses mainly the color that is dominant in an image.
The class can return the image dominant color as a string on RGB format or HTML tags to create an empty page with the body background color set to the image dominant color.
| by Hassane Moussa package author 495 - 5 years ago (2019-06-05) Comment
Hi Culban, this class can help you. please try it and let me know any remarks ! |