CogIPTwoImageAdd OutputImageFormat Property Cognex VisionPro
The pixel depth of the image to generate by the add operation.

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

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

Property Value

Type: CogIPTwoImageAddFormatConstants
Events

Event TypeReason
CogIPTwoImageAdd 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 CogIPTwoImageAddFormatConstants.

Remarks

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

Default Value: DeepestOfInputImages

See Also