Skip to content

Matching - Deformable🔗

Operators🔗

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.