CogIPTwoImageSubtract OutputImageFormat Property Cognex VisionPro 9.5
The pixel depth of the image to generate by the subtract operation.

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

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

Property Value

Type: CogIPTwoImageSubtractFormatConstants
Events

Event TypeReason
CogIPTwoImageSubtract 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 CogIPTwoImageSubtractFormatConstants.

Remarks

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

Default Value: DeepestOfInputImages

See Also