CogIPOneImageConvolve3x3 OutputImageFormat Property Cognex VisionPro 9.20
The pixel depth of the output image.

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

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

Property Value

Type: CogIPOneImageConvolve3x3ImageFormatConstants
Events

Event TypeReason
CogIPOneImageConvolve3x3 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 CogIPOneImageConvolve3x3ImageFormatConstants.

Remarks

The pixel depth of the output image.

Default Value: SameAsInputImage

See Also