clear_all_class_gmm ( : : : )

Clear all Gaussian Mixture Models.

clear_all_class_gmm clears all Gaussian Mixture Models (GMM) and frees all memory required for the GMMs. After calling clear_all_class_gmm, no GMM can be used any longer.


Attention

clear_all_class_gmm exists solely for the purpose of implementing the “reset program” functionality in HDevelop. clear_all_class_gmm must not be used in any application.


Result

clear_all_class_gmm always returns 2 (H_MSG_TRUE).


Parallelization Information

clear_all_class_gmm is processed completely exclusively without parallelization.


Possible Predecessors

classify_class_gmm, evaluate_class_gmm


Alternatives

clear_class_gmm


See also

create_class_gmm, read_class_gmm, write_class_gmm, train_class_gmm


Module

Foundation


Up: Classification/Gaussian-Mixture-Models    Top: HALCON Operators
Copyright © 1996-2008 MVTec Software GmbH