Returns/Sets the minimum frequency for band pass filtering mode.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogImageSharpness Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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