CogAcqCameraCalibration RowColumnCalibrationEnabled Property Cognex VisionPro 9.8
Read or set whether row and column calibration is enabled.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public virtual bool RowColumnCalibrationEnabled { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqCameraCalibration RowColumnCalibrationEnabled
Events

Event TypeReason
ICogChangedEvent Changed

Fires when row and column calibration is enabled or disabled.

The following state flag may be affected:

Remarks

Sets or gets whether row and column calibration is enabled.

When this option is enabled, VisionPro uses the CDC camera's factory settings to reduce the fixed pattern noise that causes pixel value variations from row to row and from column to column when presented with a scene of uniform intensity.

Default Value: True

See Also