Cog3DFeaturesExtractedEventArgs ClassCognex VisionPro 9.7
This class holds data provided by Cog3DCalibrationFeatureExtractorBase.FeaturesExtracted event. FeaturesExtracted event fires each time processing of an image has finished.
Inheritance Hierarchy

System Object
  System EventArgs
    Cognex.VisionPro3D Cog3DFeaturesExtractedEventArgs

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

[SerializableAttribute]
public class Cog3DFeaturesExtractedEventArgs : EventArgs, 
	IDisposable

The Cog3DFeaturesExtractedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodCog3DFeaturesExtractedEventArgs
Construct this Cog3DFeaturesExtractedEventArgs using the providing information for an image whose calibration features have been extracted.
Top
Methods

  NameDescription
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (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 features that have been extracted.
Public propertyPoseIndex
Gets the calibration plate pose index of the image whose calibration features have been extracted.
Top
See Also