Returns/Sets the maximum frequency for band pass filtering mode.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.1.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 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