CogIPTwoImageMinMax Operation Property Cognex VisionPro 9.24
The operation to perform. The operation may be taking minimum pixel values from the input images or the maximum pixel values from the input images.

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

public CogIPTwoImageMinMaxOperationConstants Operation { get; set; }

Property Value

Type: CogIPTwoImageMinMaxOperationConstants
Events

Event TypeReason
CogIPTwoImageMinMax Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Specifies whether the generated image should be in minimum or maximum pixel values for both input images.

Default Value: Min

See Also