read_training_componentsT_read_training_componentsReadTrainingComponentsReadTrainingComponents (Operator)
Name
read_training_componentsT_read_training_componentsReadTrainingComponentsReadTrainingComponents
— Read a component training result from a file.
Signature
Description
The operator read_training_componentsread_training_componentsReadTrainingComponentsReadTrainingComponentsReadTrainingComponents
reads a component
training result, which has been written with
write_training_componentswrite_training_componentsWriteTrainingComponentsWriteTrainingComponentsWriteTrainingComponents
, from the file FileNameFileNameFileNameFileNamefileName
and returns it in ComponentTrainingIDComponentTrainingIDComponentTrainingIDComponentTrainingIDcomponentTrainingID
.
The default HALCON file extension for the component training result
is 'ct'.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
Parameters
FileNameFileNameFileNameFileNamefileName
(input_control) filename.read →
HTupleHTupleHtuple (string) (string) (HString) (char*)
File name.
File extension: .ct
ComponentTrainingIDComponentTrainingIDComponentTrainingIDComponentTrainingIDcomponentTrainingID
(output_control) component_training →
HComponentTraining, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the training result.
Result
If the file name is valid, the operator read_training_componentsread_training_componentsReadTrainingComponentsReadTrainingComponentsReadTrainingComponents
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
Possible Successors
create_trained_component_modelcreate_trained_component_modelCreateTrainedComponentModelCreateTrainedComponentModelCreateTrainedComponentModel
See also
train_model_componentstrain_model_componentsTrainModelComponentsTrainModelComponentsTrainModelComponents
,
clear_training_componentsclear_training_componentsClearTrainingComponentsClearTrainingComponentsClearTrainingComponents
Module
Matching