Operator Reference
close_class_box (Operator)
close_class_box
— Destroy the classifier.
Warning
close_class_box
is obsolete and is only provided for
reasons of backward compatibility. New applications should use the
MLP, SVM, KNN or GMM operators instead. The operator will be removed with
HALCON 25.11.
Signature
close_class_box( : : ClassifHandle : )
Description
close_class_box
deletes the classifier and frees
the used memory space.
All the trained data will be lost. For saving this trained data you
should use write_class_box
before.
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 modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters
ClassifHandle
(input_control, state is modified) class_box →
(handle)
Handle of the classifier.
Result
close_class_box
returns 2 (
H_MSG_TRUE)
.
Possible Predecessors
create_class_box
,
enquire_class_box
,
learn_class_box
,
write_class_box
See also
create_class_box
,
enquire_class_box
,
learn_class_box
Module
Foundation