CogImageSharpness BandPassMinFrequency Property Cognex VisionPro 9.7
Returns/Sets the minimum frequency for band pass filtering mode.

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

public double BandPassMinFrequency { 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 minimum 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 greater than BandPassMaxFrequency, BandPassMaxFrequency is adjusted so that is equal to the value of this property.

Default Value: 0.25

See Also