| Table of Contents / Classification / Gaussian Mixture Models | Operators |
get_sample_num_class_gmm — Return the number of training samples stored in the training data of a Gaussian Mixture Model (GMM).
get_sample_num_class_gmm( : : GMMHandle : NumSamples)
get_sample_num_class_gmm returns in NumSamples the number of training samples that are stored in the Gaussian Mixture Model (GMM) given by GMMHandle. get_sample_num_class_gmm should be called before the individual training samples are read out with get_sample_class_gmm, e.g., for the purpose of reclassifying the training data (see get_sample_class_gmm).
GMM handle.
Number of stored training samples.
If the parameters are valid, the operator get_sample_num_class_gmm returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.
add_sample_class_gmm, add_samples_image_class_gmm, read_samples_class_gmm
Foundation
| Table of Contents / Classification / Gaussian Mixture Models | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |