CogPixelMap UseDefaultNonVisiblePixelValue Property Cognex VisionPro 9.8
Gets or sets the UseDefaultNonVisiblePixelValue.

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

public bool UseDefaultNonVisiblePixelValue { get; set; }

Property Value

Type: Boolean
The UseDefaultNonVisiblePixelValue. Default is true. Applies only to CogImage16Range. When set to true, any invisible pixel value will be mapped to the first output map value. When set to false, map the invisible pixels to NonVisiblePixelValue
Events

See Also