Skip to content

HClassLUT🔗

Name🔗

HClassLUT — Represents an instance of a classification lookup table

Constructors🔗

 
CreateClassLutGmm Create a look-up table using a Gaussian mixture model to classify byte images.
CreateClassLutKnn Create a look-up table using a k-nearest neighbors classifier (k-NN) to classify byte images.
CreateClassLutMlp Create a look-up table using a multi-layer perceptron to classify byte images.
CreateClassLutSvm Create a look-up table using a Support-Vector-Machine to classify byte images.

Methods🔗

 
ClassifyImageClassLut Classify a byte image using a look-up table.
ClearClassLut Clear a look-up table classifier.
CreateClassLutGmm Create a look-up table using a Gaussian mixture model to classify byte images.
CreateClassLutKnn Create a look-up table using a k-nearest neighbors classifier (k-NN) to classify byte images.
CreateClassLutMlp Create a look-up table using a multi-layer perceptron to classify byte images.
CreateClassLutSvm Create a look-up table using a Support-Vector-Machine to classify byte images.