Overload List
| Name | Description | |
|---|---|---|
| Execute(CogImageCollectionMCamerasNPoses) |
Extract features from a set of calibration images, acquired
from one or multiple cameras over different calibration poses.
The images are indexed by pose first, then by camera (see CogImageCollectionMCamerasNPoses for more details).
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
IsThreadSafe is true
and CogVisionToolMultiThreading.Enable is true.
(Inherited from CogCalibFeatureExtractorBase.) | |
| Execute(ICogImage) |
Extracts features from a checkerboard calibration plate image (the checkerboard calibration plate must follow the Cognex specifications).
Note that in the resulting feature correspondences, the image positions
(ImageX and ImageY
are in the root space ("@") of the input image,
and the physical positions
(PhysicalX and PhysicalY
are in Plate2D space (see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants).
(Overrides CogCalibFeatureExtractorBase Execute(ICogImage).) |
See Also