read_calib_data — 从文件中恢复标定数据模型。
read_calib_data( : : FileName : CalibDataID)
算子 read_calib_data restores a calibration data model from
a file specified by its FileName and returns a handle to the
restored model in CalibDataID. The model file must have been
created by write_calib_data。
Note that write_calib_data does not store any calibration results
into the file. Yet, calibrate_cameras can be called for a
fully configured calibration model immediately after the reading. All
calibration results are accessible afterwards.
此算子返回一个句柄。请注意,即使该句柄被用作特定算子的输入参数,这些算子仍可能改变此句柄类型的实例状态。
FileName (输入控制) filename.read → (string)
The path and file name of the model file.
File extension:
.ccd
CalibDataID (输出控制) calib_data → (handle)
Handle of a calibration data model.
标定