How to find the max occurred color in the picture using EMGU CV in C#?
问题 I have an image of a "windows control" lets say a Text-box and I want to get background color of the text written within the text box by finding max color occurred in that picture by pixel color comparison. I searched in google and I found that every one is talking about histogram and also some code is given to find out histogram of an image but no one described the procedure after finding histogram. the code I found on some sites is like // Create a grayscale image Image<Gray, Byte> img =