| add_samples_image_class_gmm | Add training samples from an image to the training data of a Gaussian Mixture Model. |
| add_samples_image_class_mlp | Add training samples from an image to the training data of a multilayer perceptron. |
| add_samples_image_class_svm | Add training samples from an image to the training data of a support vector machine. |
| class_2dim_sup | Segment an image using two-dimensional pixel classification. |
| class_2dim_unsup | Segment two images by clustering. |
| class_ndim_box | Classify pixels using hyper-cuboids. |
| class_ndim_norm | Classify pixels using hyper-spheres or hyper-cubes. |
| classify_image_class_gmm | Classify an image with a Gaussian Mixture Model. |
| classify_image_class_mlp | Classify an image with a multilayer perceptron. |
| classify_image_class_svm | Classify an image with a support vector machine. |
| learn_ndim_box | Train a classificator using a multi-channel image. |
| learn_ndim_norm | Construct classes for class_ndim_norm. |