Operator Reference
write_class_gmm (Operator)
write_class_gmm
— Write a Gaussian Mixture Model to a file.
Signature
Description
write_class_gmm
writes the Gaussian Mixture Model (GMM)
GMMHandle
to the file given by FileName
.
The default HALCON file extension for the GMM classifier is 'ggc'.
write_class_gmm
is typically called after the GMM has been
trained with train_class_gmm
. The GMM can be read with
read_class_gmm
. write_class_gmm
does not
write any training samples that possibly have been stored in the
GMM. For this purpose, write_samples_class_gmm
should be
used.
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
GMMHandle
(input_control) class_gmm →
(handle)
GMM handle.
FileName
(input_control) filename.write →
(string)
File name.
File extension:
.ggc
Result
If the parameters are valid, the operator write_class_gmm
returns the value 2 (
H_MSG_TRUE)
. If necessary an exception is
raised.
Possible Predecessors
Possible Successors
See also
create_class_gmm
,
read_class_gmm
,
write_samples_class_gmm
Module
Foundation