You need to enable JavaScript to run this app.Grayscale - GammaCV
GammaCV Logo
DocsExamplesGitHub

Grayscale

Description

Grayscale of the input image by formula of luminosity R * 0.2126 + G * 0.7152 + B * 0.0722

Params
tSrcTensorThe source image to be grayscaled.
Example
gm.grayscale(inputImage);