Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

HClassLUT (Class)

Name

HClassLUT — Represents an instance of a classification lookup table

Constructors

CreateClassLutKnn    Create a look-up table using a k-nearest neighbors classifier (k-NN) to classify byte images.
CreateClassLutGmm    Create a look-up table using a gaussian mixture model to classify byte images.
CreateClassLutSvm    Create a look-up table using a Support-Vector-Machine to classify byte images.
CreateClassLutMlp    Create a look-up table using a multi-layer perceptron 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.

HClassLUT (Class)

Name

HClassLUT — Represents an instance of a classification lookup table

Constructors

CreateClassLutKnn    Create a look-up table using a k-nearest neighbors classifier (k-NN) to classify byte images.
CreateClassLutGmm    Create a look-up table using a gaussian mixture model to classify byte images.
CreateClassLutSvm    Create a look-up table using a Support-Vector-Machine to classify byte images.
CreateClassLutMlp    Create a look-up table using a multi-layer perceptron 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.

Use the tabs on the upper right to switch to a different programming language.