CogImageAverage StandardDeviationEnabled Property Cognex VisionPro 9.21
When true, the StandardDeviationImage may be computed after one or more calls to Add().

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

public bool StandardDeviationEnabled { get; set; }

Property Value

Type: Boolean
Events

Remarks

Determines whether or not the tool calculates the standard deviation image in addition to the average image. Changing the value of this property will clear the current average image.

Default Value: FALSE

See Also