Matching - Descriptor-Based🔗
Operators🔗
clear_descriptor_model: Free the memory of a descriptor model.
create_calib_descriptor_model: Create a descriptor model for calibrated perspective matching.
create_uncalib_descriptor_model: Prepare a descriptor model for interest point matching.
deserialize_descriptor_model: Deserialize a descriptor model.
find_calib_descriptor_model: Find the best matches of a calibrated descriptor model in an image and
return their 3D pose.
find_uncalib_descriptor_model: Find the best matches of a descriptor model in an image.
get_descriptor_model_origin: Return the origin of a descriptor model.
get_descriptor_model_params: Return the parameters of a descriptor model.
get_descriptor_model_points: Query the interest points of the descriptor model or the last processed
search image.
get_descriptor_model_results: Query alphanumerical results that were accumulated during descriptor-based
matching.
read_descriptor_model: Read a descriptor model from a file.
serialize_descriptor_model: Serialize a descriptor model.
set_descriptor_model_origin: Sets the origin of a descriptor model.
write_descriptor_model: Write a descriptor model to a file.