CogImageSharpness BandPassMaxFrequency Property Cognex VisionPro 9.8
Returns/Sets the maximum frequency for band pass filtering mode.

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

public double BandPassMaxFrequency { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogImageSharpness Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The value is < 0.0 or > 0.5.

Remarks

Sets or gets the maximum frequency for band pass filtering mode. Image frequency is expressed as the reciprocal of the feature size in pixels.

If this property is set to a value less than BandPassMinFrequency, BandPassMinFrequency is adjusted so that is equal to the value of this property.

Default Value: 0.45

See Also