ClassesClasses | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

HTextureInspectionModel (Class)

Name

HTextureInspectionModel — Represents an instance of a texture model for texture inspection.

Constructors

CreateTextureInspectionModel    Create a texture inspection model.

Finalizer

This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.

ClearTextureInspectionModel    Clear a texture inspection model and free the allocated memory.

Methods

AddTextureInspectionModelImage    Add training images to the texture inspection model.
ApplyTextureInspectionModel    Inspection of the texture within an image.
CreateTextureInspectionModel    Create a texture inspection model.
DeserializeTextureInspectionModel    Deserialize a serialized texture inspection model.
GetTextureInspectionModelImage    Get the training images contained in a texture inspection model.
GetTextureInspectionModelParam    Query parameters of a texture inspection model.
ReadTextureInspectionModel    Read a texture inspection model from a file.
RemoveTextureInspectionModelImage    Clear all or a user-defined subset of the images of a texture inspection model.
SerializeTextureInspectionModel    Serialize a texture inspection model.
SetTextureInspectionModelParam    Set parameters of a texture inspection model.
TrainTextureInspectionModel    Train a texture inspection model.
WriteTextureInspectionModel    Write a texture inspection model to a file.

HTextureInspectionModel (Class)

Name

HTextureInspectionModel — Represents an instance of a texture model for texture inspection.

Constructors

CreateTextureInspectionModel    Create a texture inspection model.

Destructor

This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.

ClearTextureInspectionModel    Clear a texture inspection model and free the allocated memory.

Methods

AddTextureInspectionModelImage    Add training images to the texture inspection model.
ApplyTextureInspectionModel    Inspection of the texture within an image.
CreateTextureInspectionModel    Create a texture inspection model.
DeserializeTextureInspectionModel    Deserialize a serialized texture inspection model.
GetTextureInspectionModelImage    Get the training images contained in a texture inspection model.
GetTextureInspectionModelParam    Query parameters of a texture inspection model.
ReadTextureInspectionModel    Read a texture inspection model from a file.
RemoveTextureInspectionModelImage    Clear all or a user-defined subset of the images of a texture inspection model.
SerializeTextureInspectionModel    Serialize a texture inspection model.
SetTextureInspectionModelParam    Set parameters of a texture inspection model.
TrainTextureInspectionModel    Train a texture inspection model.
WriteTextureInspectionModel    Write a texture inspection model to a file.


ClassesClasses | | Operators