CogCalibFeaturesExtractedEventArgs ClassCognex VisionPro 9.8
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 Object
  System EventArgs
    Cognex.VisionPro.CalibFix CogCalibFeaturesExtractedEventArgs

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.1.0.0
Syntax

[SerializableAttribute]
public class CogCalibFeaturesExtractedEventArgs : EventArgs, 
	IDisposable

The CogCalibFeaturesExtractedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodCogCalibFeaturesExtractedEventArgs
Construct this CogCalibFeaturesExtractedEventArgs using the provided information for an image whose calibration features have been extracted.
Top
Methods

  NameDescription
Public methodDispose 
Destruct this CogCalibFeaturesExtractedEventArgs.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalize this CogCalibFeaturesExtractedEventArgs.
(Overrides Object Finalize .)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRequestCancel
Request to cancel the operation.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCameraIndex
Gets the camera index of the image whose calibration features have been extracted.
Public propertyCancelRequested
Gets whether it is requested to cancel the operation.
Public propertyFeatures
Gets the feature extraction result for the calibration image with PoseIndex and CameraIndex.
Public propertyPoseIndex
Gets the calibration pose index of the image whose calibration features have been extracted.
Top
See Also