write_component_model ( : : ComponentModelID, FileName : )

Write a component model to a file.

The operator write_component_model writes the component model ComponentModelID to the file FileName. The model can be read again with read_component_model.


Parameters

ComponentModelID (input_control)
component_model -> integer
Handle of the component model.

FileName (input_control)
filename -> string
File name.


Result

If the file name is valid (write permission), the operator write_component_model returns the value 2 (H_MSG_TRUE). If necessary, an exception handling is raised.


Parallelization Information

write_component_model is reentrant and processed without parallelization.


Possible Predecessors

create_component_model, create_trained_component_model


Module

Matching



Copyright © 1996-2008 MVTec Software GmbH