CogImageSharpness AutoCorrelationNoiseLevel Property Cognex VisionPro
Returns/Sets the noise level for autocorrelation mode. This value represents the grey-level variation inherent in the sensor, and should be significantly smaller than the grey-level range observed in the image. It is only used in autocorrelation mode.

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

public double AutoCorrelationNoiseLevel { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogImageSharpness Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The value is < 0.

Remarks

Sets or gets the noise level for autocorrelation mode. This value represents the grey-level variation inherent in the sensor. It should be significantly smaller than the grey-level range observed in the image. It is only used in autocorrelation mode.

Default Value: 0.0

See Also