This class holds data used by
FeaturesExtracted event handler.
FeaturesExtracted event fires each time feature extraction of an image has finished in
Execute(CogImageCollectionMCamerasNPoses).
Note that it does not require to fire FeaturesExtracted event in the implementation of Execute(ICogImage).
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro.CalibFix CogCalibFeaturesExtractedEventArgs
Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 73.0.0.0
Syntax
The CogCalibFeaturesExtractedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogCalibFeaturesExtractedEventArgs |
Construct this CogCalibFeaturesExtractedEventArgs using the provided
information for an image whose calibration features have been extracted.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Destruct this CogCalibFeaturesExtractedEventArgs.
| |
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Finalize this CogCalibFeaturesExtractedEventArgs.
(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 feature extraction result for the calibration image with
PoseIndex and CameraIndex.
| |
| PoseIndex |
Gets the calibration pose index of the image whose calibration features have been extracted.
|
See Also