Cog3DCameraCalibrationResult ImportFromCVLArchive Method Cognex VisionPro
Import a cc3DCameraCalibResult from a CVL archive file.

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

public static Cog3DCameraCalibrationResult ImportFromCVLArchive(
	string pathOfCVLArchiveFile
)

Parameters

pathOfCVLArchiveFile
Type: System String
The path of the CVL archive file containing the camera calibration result. May not be null or empty.

Return Value

Type: Cog3DCameraCalibrationResult
A converted 3D camera calibration result.
Exceptions

ExceptionCondition
ArgumentException If the input argument is null or an empty string.
See Also