CogImageAverageTool StandardDeviationImage Property Cognex VisionPro
The output standard deviation image.

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

public CogImage8Grey StandardDeviationImage { get; }

Property Value

Type: CogImage8Grey
Exceptions

ExceptionCondition
CogToolNoResultException

A standard deviation image is not available.

Remarks

An optional standard deviation image. When only one image has been accumulated, this property will reference an appropriately sized image filled with zeros. On the second and subsequent run it will reference the CVL computed standard deviation image.

Default Value: NULL

See Also