Legacy - Matching, Component-Based🔗
Operators🔗
clear_component_model: Free the memory of a component model.
clear_training_components: Free the memory of a component training result.
cluster_model_components: Adopt new parameters that are used to create the model components into the
training result.
create_component_model: Prepare a component model for matching based on explicitly specified
components and relations.
create_trained_component_model: Prepare a component model for matching based on trained components.
deserialize_component_model: Deserialize a serialized component model.
deserialize_training_components: Deserialize a component training result.
find_component_model: Find the best matches of a component model in an image.
gen_initial_components: Extract the initial components of a component model.
get_component_model_params: Return the parameters of a component model.
get_component_model_tree: Return the search tree of a component model.
get_component_relations: Return the relations between the model components that are contained in
a training result.
get_found_component_model: Return the components of a found instance of a component model.
get_training_components: Return the initial or model components in a certain image.
inspect_clustered_components: Inspect the rigid model components obtained from the training.
modify_component_relations: Modify the relations within a training result.
read_component_model: Read a component model from a file.
read_training_components: Read a component training result from a file.
serialize_component_model: Serialize a component model.
serialize_training_components: Serialize a component training result.
train_model_components: Train components and relations for the component-based matching.
write_component_model: Write a component model to a file.
write_training_components: Write a component training result to a file.