CogCalibFeaturesExtractedEventArgs Constructor Cognex VisionPro
Construct this CogCalibFeaturesExtractedEventArgs using the provided information for an image whose calibration features have been extracted.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax

public CogCalibFeaturesExtractedEventArgs(
	int poseIndex,
	int camIndex,
	CogCalibFeatureExtractorResult features
)

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