Copy constructs a CogCalibFeatureExtractorResult object. This is a deep
copy.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 73.0.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.CalibFix CogCalibFeatureExtractorResult
The CogCalibFeatureExtractorResult object to be copied.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If other is null. |
See Also