Let's say we have one guy wearing a blue shirt. I built haarcascade classifier which detect the shirt object. Once it detect the blue shirt object, how can I get the hexadecimal color value of the blue shirt?
input: image
-> output: #0000FF
(output can be multiple colors if it's possible)
I want to get this result using OpenCV with python or C++. Any useful link or paper? (I've googled it more than an hours but can't find what I want)
Thanks.!!