CogIPOneImageGaussSampler OutputImageFormat Property Cognex VisionPro 9.8
The pixel depth of the image to generate by the Gaussian operation.

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

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

Property Value

Type: CogIPOneImageGaussSamplerImageFormatConstants
Events

Event TypeReason
CogIPOneImageGaussSampler 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 CogIPOneImageGaussSamplerImageFormatConstants.

Remarks

The pixel depth of the resulting image generated by the Gaussian operation.

Default Value: SameAsInputImage

See Also