RGB -> Monochrome

Converts an image in the RGB color model to monochrome.

Inputs

Image (Type: Image)

The input image.

Outputs

Monochrome (Type: Image)

The output image.

Comments

This function converts an image in the RGB color model to a monochrome image.

Here is an example of the original color image:

And here is the same image converted to monochrome:

Sample

Here is an example that converts a color image to monochrome.