Overload List
| Name | Description | |
|---|---|---|
| Execute(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.) | |
| Execute(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).) |
See Also