CogImageConvertRunParams IntensityFromBayerRedWeight Property Cognex VisionPro 9.22 SR1
Output greyscale value is nominally computed red times this weighting factor plus nominally computed green times IntensityFromBayerGreenWeight plus nominally computed blue times IntensityFromBayerBlueWeight.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.1.0.0
Syntax

public double IntensityFromBayerRedWeight { get; set; }

Property Value

Type: Double
This read/write property must be greater than or equal to zero. Note that this property plus IntensityFromBayerGreenWeight plus IntensityFromBayerBlueWeight must add up to exactly 1.0.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than zero.
See Also