Ask Your Question

Tombery's profile - activity

2020-12-05 23:04:24 -0600 received badge  Popular Question (source)
2016-10-02 07:32:08 -0600 asked a question detect all range colors on image

I need to parse the image on all available colors. I want to use function - " inRange " to get the coordinates arrays each of the colors. And then by the length of the array to determine which color ranges are present or not. The main point that I do not know how to do - is to define a range of colors. that is, the maximum and minimum color values. The greater the range the more accurate the result. But anycase, there should be no more than 20.

2016-09-22 13:37:58 -0600 received badge  Critic (source)
2016-09-22 13:37:53 -0600 received badge  Supporter (source)
2016-09-22 13:37:48 -0600 received badge  Scholar (source)
2016-09-20 14:40:13 -0600 asked a question get the coordinates of all the pixels of a certain color

Help me please. The task is this: Necessary to define the image coordinates (x, y) of all piksiley relating to a range of blue color (blue tint). How can i do this?