CogIPTwoImageMinMax OutputImageFormat Property Cognex VisionPro 9.24
The pixel depth of the image to generate by the minimum or maximum operation.

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

[ObsoleteAttribute("This property is deprecated.", false)]
public CogIPTwoImageMinMaxFormatConstants OutputImageFormat { get; set; }

Property Value

Type: CogIPTwoImageMinMaxFormatConstants
Events

Event TypeReason
CogIPTwoImageMinMax Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogIPTwoImageMinMaxFormatConstants.

Remarks

The pixel depth of the output image generated by adding the two input images.

Default Value: DeepestOfInputImages

See Also