Cog3DFeaturesExtractedEventArgs Constructor Cognex VisionPro 9.8 SR1
Construct this Cog3DFeaturesExtractedEventArgs using the providing information for an image whose calibration features have been extracted.

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

public Cog3DFeaturesExtractedEventArgs(
	int platePoseIndex,
	int camIndex,
	Cog3DCrspFeaturesCollection features
)

Parameters

platePoseIndex
Type: System Int32
The calibration plate pose index for the processed image.
camIndex
Type: System Int32
The camera index for the processed image.
features
Type: Cognex.VisionPro3D Cog3DCrspFeaturesCollection
The collection of feature correspondences for the processed image. Property Features will return features
See Also