CogImageAverageTool RunParams Property Cognex VisionPro 9.8 SR1
Run parameters for image average processing.

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

public CogImageAverage RunParams { get; set; }

Property Value

Type: CogImageAverage
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
InvalidCastException

The CogImageAverage interface is not supported.

Remarks

Run parameters for image average processing.

Default Value: A default constructed CogImageAverage

See Also