CogCalibFeatureExtractorResults Constructor (CogFeatureCrspsMCamerasNPoses, CogCalibFeaturesSymbolParseResultsMCamerasNPoses,  Rectangle )Cognex VisionPro
Construct this CogCalibFeatureExtractorResults with the supplied components.

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

public CogCalibFeatureExtractorResults(
	CogFeatureCrspsMCamerasNPoses featureCrspsMCamerasNPoses,
	CogCalibFeaturesSymbolParseResultsMCamerasNPoses symbolParseResultsMCamerasNPoses,
	Rectangle[] pelRectsMCameras
)

Parameters

featureCrspsMCamerasNPoses
Type: Cognex.VisionPro CogFeatureCrspsMCamerasNPoses
The feature correspondences. May not be null.
symbolParseResultsMCamerasNPoses
Type: Cognex.VisionPro.CalibFix CogCalibFeaturesSymbolParseResultsMCamerasNPoses
The symbol parse results. May be null.
pelRectsMCameras
Type:  System.Drawing Rectangle 
The image windows. May be null.
Exceptions

ExceptionCondition
ArgumentNullException If featureCrspsMCamerasNPoses is null.
See Also