This class holds data provided by the camera calibration progress
event. The camera calibration progress event fires periodically during camera calibration.
A progress value of 1.0 means 100% complete.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro3D Cog3DCameraCalibrationProgressEventArgs
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
The Cog3DCameraCalibrationProgressEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DCameraCalibrationProgressEventArgs |
Construct this Cog3DCameraCalibrationProgressEventArgs using the
specified progress and message.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RequestCancel |
Request to cancel the operation.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CancelRequested |
Gets whether it is requested to cancel the operation.
| |
| Message |
Gets the message string.
| |
| Progress |
Gets the progress (the fraction of completion).
|
See Also