ICogAcqCameraCalibration OutlierPixelCorrectionEnabled Property Cognex VisionPro 9.7
Read or set whether outlier pixel correction is enabled.

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

bool OutlierPixelCorrectionEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed

Fires when outlier pixel correction is enabled or disabled.

The following state flag may be affected:

Remarks

Sets or gets whether outlier pixel correction is enabled.

When this option is enabled, VisionPro uses the CDC camera's factory settings to determine whether a pixel is stuck on or off and corrects it to the average of its neighbors to the right and to the left.

Outlier correction is designed for naturally occurring images. It is not useful for images with many small features that you care about. For example, when acquiring images of a printout made with a laser printer or similar device, the dithering effects of the printer will appear as small features which the outlier correction would remove. In this case, outlier correction should not be used.

Default Value: False

See Also