I came across MSER(Maximally stable external regions) in openCV. The docs for this is not exactly very informative (here) and I understand that the algorithm for MSER on color and grayscale images is different.
Can anyone tell me if there's an advantage to using it on grayscale instad of color (other than speed) or vice versa?
Also, would appreciate an explanation of the delta, variation, diversity and evolution parameters.