The CogImageSharpness type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AbsDiffDistanceX | Returns/Sets the separation in the X direction. | |
| AbsDiffDistanceY | Returns/Sets the separation in the Y direction. | |
| AutoCorrelationNoiseLevel | Returns/Sets the noise level for autocorrelation mode. This value represents the grey-level variation inherent in the sensor, and should be significantly smaller than the grey-level range observed in the image. It is only used in autocorrelation mode. | |
| BandPassMaxFrequency | Returns/Sets the maximum frequency for band pass filtering mode. | |
| BandPassMinFrequency | Returns/Sets the minimum frequency for band pass filtering mode. | |
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| GradientEnergyLowPassSmoothing | Get or set the low pass smoothing for gradient energy mode. The image is processed using Gaussian smoothing before sharpness is measured. It is only used in GradientEnergy mode. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| Mode | Returns/Sets the mode in which to execute. |
See Also