CogImageSharpness Mode Property Cognex VisionPro 9.7
Returns/Sets the mode in which to execute.

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

public CogImageSharpnessModeConstants Mode { get; set; }

Property Value

Type: CogImageSharpnessModeConstants
Events

Event TypeReason
CogImageSharpness Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The mode is not in CogImageSharpnessModeConstants.

Remarks

Sets or gets the operating mode for the tool.

Default Value: BandPass

See Also