CogPixelMapComputeParams Algorithm Property Cognex VisionPro 9.8 SR1
Gets or sets the algorithm value used to compute the pixel map. Specifies the algorithm used to compute the input range that will be mapped to the output range.

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

public CogPixelMapAlgorithmConstants Algorithm { get; set; }

Property Value

Type: CogPixelMapAlgorithmConstants
The algorithm value. Default is Tails.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If newVal is out of range.
See Also