Construct this CogCalibFeatureExtractorResult with the supplied components.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax
Parameters
- featureCrsps
- Type: Cognex.VisionPro CogFeatureCrsps
The collection of feature correspondences. May not be null.
- symbolParseResults
- Type: Cognex.VisionPro.CalibFix CogCalibFeaturesSymbolParseResults
The collection of symbol parse results. It may be null.
- pelRect
- Type: System.Drawing Rectangle
The bounds of the input image.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If featureCrsps is null. |
See Also