CogIPOneImageAddSubtractConstant ConstantValue Property Cognex VisionPro 9.23
The constant value used for the add operation. The value may be negative to emulate the subtraction operation.

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

public int ConstantValue { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogIPOneImageAddSubtractConstant Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Sets or gets the constant value to add or subtract. Positive values are added to every pixel in the image; negative values are subtracted from every pixel in the image.

Default Value: 0

See Also