deserialize_descriptor_model🔗
Short description🔗
deserialize_descriptor_model — Deserialize a descriptor model.
Signature🔗
deserialize_descriptor_model( serialized_item SerializedItemHandle, out descriptor_model ModelID )
Description🔗
deserialize_descriptor_model deserializes a descriptor
model, that was serialized by serialize_descriptor_model
(see fwrite_serialized_item for an introduction of the basic
principle of serialization). The serialized descriptor model is
defined by the handle SerializedItemHandle.
The deserialized values are stored in an automatically created
descriptor model with the handle ModelID.
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🔗
SerializedItemHandle (input_control) serialized_item → (handle)
Handle of the serialized item.
ModelID (output_control) descriptor_model → (handle)
Handle of the model.
Result🔗
If the parameters are valid, the operator
deserialize_descriptor_model returns the value 2 (H_MSG_TRUE).
If necessary, an exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
fread_serialized_item, receive_serialized_item, serialize_descriptor_model
Possible successors
find_uncalib_descriptor_model, find_calib_descriptor_model
See also
create_calib_descriptor_model, create_uncalib_descriptor_model
Module🔗
Matching