1 | initial version |
Pros: some algorithms are naturally designed to work on grayscale images and do not make use of color imformation (e.g.: viola jones, SIFT).
Cons: you loose the color imformation, which might be important for some algorithms.
It basically boils down to your application and algorithm in use.