write_descriptor_modelT_write_descriptor_modelWriteDescriptorModelWriteDescriptorModel (Operator)
Name
write_descriptor_modelT_write_descriptor_modelWriteDescriptorModelWriteDescriptorModel
— Write a descriptor model to a file.
Signature
Herror T_write_descriptor_model(const Htuple ModelID, const Htuple FileName)
Description
The operator write_descriptor_modelwrite_descriptor_modelWriteDescriptorModelWriteDescriptorModelWriteDescriptorModel
writes a descriptor model
to the file FileNameFileNameFileNameFileNamefileName
. The model can be read again with
read_descriptor_modelread_descriptor_modelReadDescriptorModelReadDescriptorModelReadDescriptorModel
. The default HALCON file extension
for the descriptor model is 'dsm'.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
ModelIDModelIDModelIDModelIDmodelID
(input_control) descriptor_model →
HDescriptorModel, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of a model to be saved.
FileNameFileNameFileNameFileNamefileName
(input_control) filename.write →
HTupleHTupleHtuple (string) (string) (HString) (char*)
The path and filename of the model to be saved.
File extension: .dsm
Possible Predecessors
points_lepetitpoints_lepetitPointsLepetitPointsLepetitPointsLepetit
,
create_uncalib_descriptor_modelcreate_uncalib_descriptor_modelCreateUncalibDescriptorModelCreateUncalibDescriptorModelCreateUncalibDescriptorModel
,
create_calib_descriptor_modelcreate_calib_descriptor_modelCreateCalibDescriptorModelCreateCalibDescriptorModelCreateCalibDescriptorModel
See also
create_uncalib_descriptor_modelcreate_uncalib_descriptor_modelCreateUncalibDescriptorModelCreateUncalibDescriptorModelCreateUncalibDescriptorModel
,
create_calib_descriptor_modelcreate_calib_descriptor_modelCreateCalibDescriptorModelCreateCalibDescriptorModelCreateCalibDescriptorModel
Module
Matching