CogImageSharpness GradientEnergyLowPassSmoothing Property Cognex VisionPro 9.8 SR1
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.

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

public int GradientEnergyLowPassSmoothing { get; set; }

Property Value

Type: Int32
Remarks

If Mode is GradientEnergy, the image is processed using Gaussian smoothing before measuring sharpness.

Default Value: 0 (No smoothing)

See Also