write_descriptor_model🔗
Short description🔗
write_descriptor_model — Write a descriptor model to a file.
Signature🔗
write_descriptor_model( descriptor_model ModelID, filename.write FileName )
Description🔗
The operator write_descriptor_model writes a descriptor model
to the file FileName. The model can be read again with
read_descriptor_model. The default HALCON file extension
for the descriptor model is 'dsm'.
Execution information🔗
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🔗
ModelID (input_control) descriptor_model → (handle)
Handle of a model to be saved.
FileName (input_control) filename.write → (string)
The path and filename of the model to be saved.
File extension: .dsm
Combinations with other operators🔗
Combinations
Possible predecessors
points_lepetit, create_uncalib_descriptor_model, create_calib_descriptor_model
See also
create_uncalib_descriptor_model, create_calib_descriptor_model
Module🔗
Matching