Basics
Api
Image processing
Morphology
Image derivative
Feature extraction
Utils
Math
Grayscale of the input image by formula of luminosity R * 0.2126 + G * 0.7152 + B * 0.0722
gm.grayscale(inputImage);