read_training_componentsT_read_training_componentsReadTrainingComponentsReadTrainingComponentsread_training_components (Operator)

Name

read_training_componentsT_read_training_componentsReadTrainingComponentsReadTrainingComponentsread_training_components — Read a component training result from a file.

Warning

read_training_componentsread_training_componentsReadTrainingComponentsReadTrainingComponentsread_training_components is obsolete and is only provided for reasons of backward compatibility.

Signature

read_training_components( : : FileName : ComponentTrainingID)

Herror T_read_training_components(const Htuple FileName, Htuple* ComponentTrainingID)

void ReadTrainingComponents(const HTuple& FileName, HTuple* ComponentTrainingID)

void HComponentTraining::ReadTrainingComponents(const HString& FileName)

void HComponentTraining::ReadTrainingComponents(const char* FileName)

void HComponentTraining::ReadTrainingComponents(const wchar_t* FileName)   ( Windows only)

static void HOperatorSet.ReadTrainingComponents(HTuple fileName, out HTuple componentTrainingID)

void HComponentTraining.ReadTrainingComponents(string fileName)

def read_training_components(file_name: str) -> HHandle

Description

The operator read_training_componentsread_training_componentsReadTrainingComponentsReadTrainingComponentsread_training_components reads a component training result, which has been written with write_training_componentswrite_training_componentsWriteTrainingComponentsWriteTrainingComponentswrite_training_components, from the file FileNameFileNameFileNamefileNamefile_name and returns it in ComponentTrainingIDComponentTrainingIDComponentTrainingIDcomponentTrainingIDcomponent_training_id. The default HALCON file extension for the component training result is 'ct'.

Execution Information

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

FileNameFileNameFileNamefileNamefile_name (input_control)  filename.read HTuplestrHTupleHtuple (string) (string) (HString) (char*)

File name.

File extension: .ct

ComponentTrainingIDComponentTrainingIDComponentTrainingIDcomponentTrainingIDcomponent_training_id (output_control)  component_training HComponentTraining, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the training result.

Result

If the file name is valid, the operator read_training_componentsread_training_componentsReadTrainingComponentsReadTrainingComponentsread_training_components returns the value 2 ( H_MSG_TRUE) . If necessary, an exception is raised.

Module

Matching