Operator Reference
deserialize_training_components (Operator)
deserialize_training_components
— Deserialize a component training result.
Warning
deserialize_training_components
is obsolete and is only provided for
reasons of backward compatibility.
The operator will be removed with HALCON 26.11.
Signature
deserialize_training_components( : : SerializedItemHandle : ComponentTrainingID)
Description
deserialize_training_components
deserializes a component
training result, that was serialized by
serialize_training_components
(see
fwrite_serialized_item
for an introduction of the basic
principle of serialization). The serialized component
training result is defined by the handle SerializedItemHandle
.
The deserialized values are stored in an automatically created
component training result with the handle ComponentTrainingID
.
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.
ComponentTrainingID
(output_control) component_training →
(handle)
Handle of the training result.
Result
If the parameters are valid, the operator
deserialize_training_components
returns the value 2 (
H_MSG_TRUE)
.
If necessary, an exception is raised.
Module
Matching