What I have: A class that recieves a BitmapImage and creates matrices for ARGB values.
What I want: To identify a specific type of picture. This picture always has a green oval in its center. But sometimes, it is a light green, sometimes a darker green, sometimes a mixture of several types of green, sometimes with shadows.
The question: What exactly can be counted as "green", regarding the ARGB-values?
Update:
Calculating the distance to pure green (0,255,0) seems like a good approach. But how to do this in a good manner?