CogPixelMap NonVisiblePixelValue Property Cognex VisionPro 9.21 SR1
Gets or sets the NonVisiblePixelValue.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 85.1.0.0
Syntax

public int NonVisiblePixelValue { get; set; }

Property Value

Type: Int32
The NonVisiblePixelValue. Default is 0. Applies only to CogImage16Range. Used to map invisible pixels when NonVisiblePixelValue set to false. The value must be between 0 and 65535 and a runtime error will occur if the value specified is outside the maximum for the output depth specified.
Events

See Also