Contents | < Browse | Browse >

ColorToGray-Operator  Example 

This operator converts an image into grayscale.

Parameters

Name        Possible Values/Unit            Description

Input       STREAM, TEMP1, ..., TEMP8       input buffer
Ouput       STREAM, TEMP1, ..., TEMP8       output buffer
Weights                                     weight of the red, green and blue component
            LUMINANCE                        use luminance weights
            AVERAGE                          use for all components the same weight
            CUSTOM                           use custom weights
Red,        0...10000                        custom weights, the sum of this
Green,      0...10000                        three values should be 10000
Blue        0...10000