Construct this CogCalibFeaturesExtractedEventArgs using the provided
information for an image whose calibration features have been extracted.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.0.0.0
Syntax
Parameters
- poseIndex
- Type: System Int32
The pose index for the processed image.
- camIndex
- Type: System Int32
The camera index for the processed image.
- features
- Type: Cognex.VisionPro.CalibFix CogCalibFeatureExtractorResult
The result including feature correspondences for the processed image. Property Features will return features
See Also