HComponentModel🔗
Name🔗
HComponentModel — Represents an instance of a model for the component-based matching.
Constructors🔗
CreateComponentModel |
Prepare a component model for matching based on explicitly specified components and relations. |
CreateTrainedComponentModel |
Prepare a component model for matching based on trained components. |
ReadComponentModel |
Read a component model from a file. |
Methods🔗
ClearComponentModel |
Free the memory of a component model. |
CreateComponentModel |
Prepare a component model for matching based on explicitly specified components and relations. |
CreateTrainedComponentModel |
Prepare a component model for matching based on trained components. |
DeserializeComponentModel |
Deserialize a serialized component model. |
FindComponentModel |
Find the best matches of a component model in an image. |
GetComponentModelParams |
Return the parameters of a component model. |
GetComponentModelTree |
Return the search tree of a component model. |
GetFoundComponentModel |
Return the components of a found instance of a component model. |
ReadComponentModel |
Read a component model from a file. |
SerializeComponentModel |
Serialize a component model. |
WriteComponentModel |
Write a component model to a file. |