This class holds data provided by Cog3DCalibrationFeatureExtractorBase.FeaturesExtracted event.
FeaturesExtracted event fires each time processing of an image has finished.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro3D Cog3DFeaturesExtractedEventArgs
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.0.0.0
Syntax
The Cog3DFeaturesExtractedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DFeaturesExtractedEventArgs |
Construct this Cog3DFeaturesExtractedEventArgs using the providing
information for an image whose calibration features have been extracted.
|
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 | |
|---|---|---|
| CameraIndex |
Gets the camera index of the image whose calibration features have been extracted.
| |
| CancelRequested |
Gets whether it is requested to cancel the operation.
| |
| Features |
Gets the features that have been extracted.
| |
| PoseIndex |
Gets the calibration plate pose index of the image whose calibration features have been extracted.
|
See Also