Skip to content

HNCCModel🔗

Name🔗

HNCCModel — Represents an instance of an NCC model for matching.

Constructors🔗

 
CreateNccModel Prepare an NCC model for matching.
ReadNccModel Read an NCC model from a file.

Methods🔗

 
ClearNccModel Free the memory of an NCC model.
CreateNccModel Prepare an NCC model for matching.
DeserializeNccModel Deserialize an NCC model.
DetermineNccModelParams Determine the parameters of an NCC model.
FindNccModel Find the best matches of an NCC model in an image.
FindNccModels Find the best matches of multiple NCC models.
GetNccModelOrigin Return the origin (reference point) of an NCC model.
GetNccModelParams Return the parameters of an NCC model.
GetNccModelRegion Return the region used to create an NCC model.
ReadNccModel Read an NCC model from a file.
SerializeNccModel Serialize an NCC model.
SetNccModelOrigin Set the origin (reference point) of an NCC model.
SetNccModelParam Set selected parameters of the NCC model.
WriteNccModel Write an NCC model to a file.