Skip to content

MatchingπŸ”—

On this topicπŸ”—

Correlation-BasedπŸ”—

clear_ncc_modelClearNccModel: Free the memory of an NCC model.

create_ncc_modelCreateNccModel: Prepare an NCC model for matching.

deserialize_ncc_modelDeserializeNccModel: Deserialize an NCC model.

determine_ncc_model_paramsDetermineNccModelParams: Determine the parameters of an NCC model.

find_ncc_modelFindNccModel: Find the best matches of an NCC model in an image.

find_ncc_modelsFindNccModels: Find the best matches of multiple NCC models.

get_ncc_model_originGetNccModelOrigin: Return the origin (reference point) of an NCC model.

get_ncc_model_paramsGetNccModelParams: Return the parameters of an NCC model.

get_ncc_model_regionGetNccModelRegion: Return the region used to create an NCC model.

read_ncc_modelReadNccModel: Read an NCC model from a file.

serialize_ncc_modelSerializeNccModel: Serialize an NCC model.

set_ncc_model_originSetNccModelOrigin: Set the origin (reference point) of an NCC model.

set_ncc_model_paramSetNccModelParam: Set selected parameters of the NCC model.

write_ncc_modelWriteNccModel: Write an NCC model to a file.

Deep CountingπŸ”—

apply_deep_counting_modelApplyDeepCountingModel: Apply a Deep Counting model on a set of images for inference.

create_deep_counting_modelCreateDeepCountingModel: Create a Deep Counting model for counting objects.

get_deep_counting_model_paramGetDeepCountingModelParam: Return the parameters of a Deep Counting model.

prepare_deep_counting_modelPrepareDeepCountingModel: Set templates of a Deep Counting model.

read_deep_counting_modelReadDeepCountingModel: Read a Deep Counting model from a file.

set_deep_counting_model_paramSetDeepCountingModelParam: Set selected parameters of the Deep Counting model.

write_deep_counting_modelWriteDeepCountingModel: Write a Deep Counting model in a file.

DeformableπŸ”—

clear_deformable_modelClearDeformableModel: Free the memory of a deformable model.

create_local_deformable_modelCreateLocalDeformableModel: Creates a deformable model for local, deformable matching.

create_local_deformable_model_xldCreateLocalDeformableModelXld: Prepare a deformable model for local deformable matching from XLD contours.

create_planar_calib_deformable_modelCreatePlanarCalibDeformableModel: Create a deformable model for calibrated perspective matching.

create_planar_calib_deformable_model_xldCreatePlanarCalibDeformableModelXld: Prepare a deformable model for planar calibrated matching from XLD contours.

create_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModel: Creates a deformable model for uncalibrated, perspective matching.

create_planar_uncalib_deformable_model_xldCreatePlanarUncalibDeformableModelXld: Prepare a deformable model for planar uncalibrated matching from XLD contours.

deserialize_deformable_modelDeserializeDeformableModel: Deserialize a deformable model.

determine_deformable_model_paramsDetermineDeformableModelParams: Determine the parameters of a deformable model.

find_local_deformable_modelFindLocalDeformableModel: Find the best matches of a local deformable model in an image.

find_planar_calib_deformable_modelFindPlanarCalibDeformableModel: Find the best matches of a calibrated deformable model in an image and return their 3D pose.

find_planar_uncalib_deformable_modelFindPlanarUncalibDeformableModel: Find the best matches of a planar projective invariant deformable model in an image.

get_deformable_model_contoursGetDeformableModelContours: Return the contour representation of a deformable model.

get_deformable_model_originGetDeformableModelOrigin: Return the origin (reference point) of a deformable model.

get_deformable_model_paramsGetDeformableModelParams: Return the parameters of a deformable model.

read_deformable_modelReadDeformableModel: Read a deformable model from a file.

serialize_deformable_modelSerializeDeformableModel: Serialize a deformable model.

set_deformable_model_originSetDeformableModelOrigin: Set the origin (reference point) of a deformable model.

set_deformable_model_paramSetDeformableModelParam: Set selected parameters of the deformable model.

set_local_deformable_model_metricSetLocalDeformableModelMetric: Set the metric of a local deformable model that was created from XLD contours.

set_planar_calib_deformable_model_metricSetPlanarCalibDeformableModelMetric: Set the metric of a planar calibrated deformable model that was created from XLD contours.

set_planar_uncalib_deformable_model_metricSetPlanarUncalibDeformableModelMetric: Set the metric of a planar uncalibrated deformable model that was created from XLD contours.

write_deformable_modelWriteDeformableModel: Write a deformable model to a file.

Descriptor-BasedπŸ”—

clear_descriptor_modelClearDescriptorModel: Free the memory of a descriptor model.

create_calib_descriptor_modelCreateCalibDescriptorModel: Create a descriptor model for calibrated perspective matching.

create_uncalib_descriptor_modelCreateUncalibDescriptorModel: Prepare a descriptor model for interest point matching.

deserialize_descriptor_modelDeserializeDescriptorModel: Deserialize a descriptor model.

find_calib_descriptor_modelFindCalibDescriptorModel: Find the best matches of a calibrated descriptor model in an image and return their 3D pose.

find_uncalib_descriptor_modelFindUncalibDescriptorModel: Find the best matches of a descriptor model in an image.

get_descriptor_model_originGetDescriptorModelOrigin: Return the origin of a descriptor model.

get_descriptor_model_paramsGetDescriptorModelParams: Return the parameters of a descriptor model.

get_descriptor_model_pointsGetDescriptorModelPoints: Query the interest points of the descriptor model or the last processed search image.

get_descriptor_model_resultsGetDescriptorModelResults: Query alphanumerical results that were accumulated during descriptor-based matching.

read_descriptor_modelReadDescriptorModel: Read a descriptor model from a file.

serialize_descriptor_modelSerializeDescriptorModel: Serialize a descriptor model.

set_descriptor_model_originSetDescriptorModelOrigin: Sets the origin of a descriptor model.

write_descriptor_modelWriteDescriptorModel: Write a descriptor model to a file.

Shape-BasedπŸ”—

adapt_shape_model_high_noiseAdaptShapeModelHighNoise: Adapt a shape model’s parameters for high noise images.

clear_shape_modelClearShapeModel: Free the memory of a shape model.

create_aniso_shape_modelCreateAnisoShapeModel: Prepare an anisotropically scaled shape model for matching.

create_aniso_shape_model_xldCreateAnisoShapeModelXld: Prepare an anisotropically scaled shape model for matching from XLD contours.

create_generic_shape_modelCreateGenericShapeModel: Create a shape model.

create_scaled_shape_modelCreateScaledShapeModel: Prepare an isotropically scaled shape model for matching.

create_scaled_shape_model_xldCreateScaledShapeModelXld: Prepare an isotropically scaled shape model for matching from XLD contours.

create_shape_modelCreateShapeModel: Prepare a shape model for matching.

create_shape_model_xldCreateShapeModelXld: Prepare a shape model for matching from XLD contours.

deserialize_shape_modelDeserializeShapeModel: Deserialize a serialized shape model.

determine_shape_model_paramsDetermineShapeModelParams: Determine the parameters of a shape model.

find_aniso_shape_modelFindAnisoShapeModel: Find the best matches of an anisotropically scaled shape model in an image.

find_aniso_shape_modelsFindAnisoShapeModels: Find the best matches of multiple anisotropically scaled shape models.

find_generic_shape_modelFindGenericShapeModel: Find the best matches of one or multiple shape models in an image.

find_scaled_shape_modelFindScaledShapeModel: Find the best matches of an isotropically scaled shape model in an image.

find_scaled_shape_modelsFindScaledShapeModels: Find the best matches of multiple isotropically scaled shape models.

find_shape_modelFindShapeModel: Find the best matches of a shape model in an image.

find_shape_modelsFindShapeModels: Find the best matches of multiple shape models.

get_generic_shape_model_objectGetGenericShapeModelObject: Get iconic objects of the shape model.

get_generic_shape_model_paramGetGenericShapeModelParam: Return the parameters of a shape model.

get_generic_shape_model_resultGetGenericShapeModelResult: Get alphanumerical values from a shape matching result.

get_generic_shape_model_result_objectGetGenericShapeModelResultObject: Get objects from a shape matching result.

get_shape_model_clutterGetShapeModelClutter: Get the clutter parameters of a shape model.

get_shape_model_contoursGetShapeModelContours: Return the contour representation of a shape model.

get_shape_model_originGetShapeModelOrigin: Return the origin (reference point) of a shape model.

get_shape_model_paramsGetShapeModelParams: Return the parameters of a shape model.

inspect_shape_modelInspectShapeModel: Create the representation of a shape model.

read_shape_modelReadShapeModel: Read a shape model from a file.

serialize_shape_modelSerializeShapeModel: Serialize a shape model.

set_generic_shape_model_objectSetGenericShapeModelObject: Set iconic objects to the shape model.

set_generic_shape_model_paramSetGenericShapeModelParam: Set selected parameters of the shape model.

set_shape_model_clutterSetShapeModelClutter: Set the clutter parameters of a shape model.

set_shape_model_metricSetShapeModelMetric: Set the metric of a shape model that was created from XLD contours.

set_shape_model_originSetShapeModelOrigin: Set the origin (reference point) of a shape model.

set_shape_model_paramSetShapeModelParam: Set selected parameters of the shape model.

train_generic_shape_modelTrainGenericShapeModel: Train a shape model for matching.

write_shape_modelWriteShapeModel: Write a shape model to a file.