ICogAcqCameraCalibration InterfaceCognex VisionPro 9.20
Interface allowing certain camera corrections to be made.

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

public interface ICogAcqCameraCalibration

The ICogAcqCameraCalibration type exposes the following members.

Properties

  NameDescription
Public propertyOutlierPixelCorrectionEnabled
Read or set whether outlier pixel correction is enabled.
Public propertyRowColumnCalibrationEnabled
Read or set whether row and column calibration is enabled.
Top
Remarks

Interface that lets you make corrections for Cognex CDC cameras.

Like most CMOS cameras, the Cognex CDC cameras may produce slightly inconsistent pixel values when presented with a scene of uniform intensity. In addition, a small number of individual pixels may have very low or very high values regardless of the scene intensity. The CogAcqCameraCalibration interface lets you correct for these inconsistencies.

Supported on: 8100D

See Also