Matching - Deformable🔗
Operators🔗
clear_deformable_model: Free the memory of a deformable model.
create_local_deformable_model: Creates a deformable model for local, deformable matching.
create_local_deformable_model_xld: Prepare a deformable model for local deformable matching from XLD contours.
create_planar_calib_deformable_model: Create a deformable model for calibrated perspective matching.
create_planar_calib_deformable_model_xld: Prepare a deformable model for planar calibrated matching from XLD contours.
create_planar_uncalib_deformable_model: Creates a deformable model for uncalibrated, perspective matching.
create_planar_uncalib_deformable_model_xld: Prepare a deformable model for planar uncalibrated matching
from XLD contours.
deserialize_deformable_model: Deserialize a deformable model.
determine_deformable_model_params: Determine the parameters of a deformable model.
find_local_deformable_model: Find the best matches of a local deformable model in an image.
find_planar_calib_deformable_model: Find the best matches of a calibrated deformable model in an image and return
their 3D pose.
find_planar_uncalib_deformable_model: Find the best matches of a planar projective invariant deformable model
in an image.
get_deformable_model_contours: Return the contour representation of a deformable model.
get_deformable_model_origin: Return the origin (reference point) of a deformable model.
get_deformable_model_params: Return the parameters of a deformable model.
read_deformable_model: Read a deformable model from a file.
serialize_deformable_model: Serialize a deformable model.
set_deformable_model_origin: Set the origin (reference point) of a deformable model.
set_deformable_model_param: Set selected parameters of the deformable model.
set_local_deformable_model_metric: Set the metric of a local deformable model that was created from XLD
contours.
set_planar_calib_deformable_model_metric: Set the metric of a planar calibrated deformable model that was created
from XLD contours.
set_planar_uncalib_deformable_model_metric: Set the metric of a planar uncalibrated deformable model that was created
from XLD contours.
write_deformable_model: Write a deformable model to a file.