Cog3DCheckerboardFeatureExtractor ClassCognex VisionPro 9.7
This class defines a Cognex checkerboard calibration feature extractor. This extractor extracts the calibration features from an image of a Cognex checkerboard calibration plate.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.Implementation CogSerializableObjectBase
        Cognex.VisionPro3D Cog3DCalibrationFeatureExtractorBase
          Cognex.VisionPro3D Cog3DCheckerboardFeatureExtractor

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

[SerializableAttribute]
public class Cog3DCheckerboardFeatureExtractor : Cog3DCalibrationFeatureExtractorBase

The Cog3DCheckerboardFeatureExtractor type exposes the following members.

Constructors

  NameDescription
Public methodCog3DCheckerboardFeatureExtractor(Cog3DCheckerboardFeatureExtractor)
Public methodCog3DCheckerboardFeatureExtractor(Cog3DVect2)
Construct this Cog3DCheckerboardFeatureExtractor using the specified grid pitch.
Protected methodCog3DCheckerboardFeatureExtractor(SerializationInfo, StreamingContext)
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecute(List List ICogImage  )
Extract features from a set of calibration images, acquired from one or multiple cameras over different calibration plate poses. The images are organized in a List, indexed by calibration plate pose. Each item in the list is a List of images, indexed by camera. It is expected that the fiducial defining the calibration plate's origin is within the field of view. The feature extraction is done by calling the Execute( ICogImage ) method for each calibration image. The Execute( ICogImage ) method will be invoked on multiple threads if the IsThreadSafe property is true. The FeaturesExtracted event is fired after the featues are extracted from each image.
(Inherited from Cog3DCalibrationFeatureExtractorBase.)
Public methodExecute(ICogImage)
Extracts features from a Cognex checkerboard calibration plate image. The fiducial defining the calibration plate's origin, must be within the field of view or an exception is thrown.
(Overrides Cog3DCalibrationFeatureExtractorBase Execute(ICogImage).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnFeaturesExtracted
Method to support feature extraction progress event.
(Inherited from Cog3DCalibrationFeatureExtractorBase.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAlgorithm
Gets/sets the algorithm to be used for feature finding.
Public propertyDataMatrixTimeout
The maximum time in milliseconds to search for a single DataMatrix fiducial.
Public propertyDataMatrixTimeoutEnabled
If True, use the DataMatrixTimeout value when LabelMode is either DataMatrix or DataMatrixWithGridPitch.
Public propertyIsThreadSafe
Gets whether the implementation of the Execute(ICogImage) method is thread-safe. thread-safety is required to allow multithreading within implementations of the Execute(List< List< ICogImage > >) method.
(Overrides Cog3DCalibrationFeatureExtractorBase IsThreadSafe.)
Public propertyLabelMode
Gets/sets the style of fiducial mark to be found on the Cognex calibration plate.
Public propertyPhysGridPitch
Gets/sets the physical grid pitch of the Cognex checkerboard calibration plate.
Top
Events

  NameDescription
Public eventFeaturesExtracted
Feature extraction progress event.
(Inherited from Cog3DCalibrationFeatureExtractorBase.)
Top
See Also