Interface allowing certain camera corrections to be made.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
The ICogAcqCameraCalibration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| OutlierPixelCorrectionEnabled | Read or set whether outlier pixel correction is enabled. | |
| RowColumnCalibrationEnabled | Read or set whether row and column calibration is enabled. |
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