CogCalibFeatureExtractorResult Constructor (CogFeatureCrsps, CogCalibFeaturesSymbolParseResults, Rectangle)Cognex VisionPro
Construct this CogCalibFeatureExtractorResult with the supplied components.

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

public CogCalibFeatureExtractorResult(
	CogFeatureCrsps featureCrsps,
	CogCalibFeaturesSymbolParseResults symbolParseResults,
	Rectangle pelRect
)
Exceptions

ExceptionCondition
ArgumentNullException If featureCrsps is null.
See Also