Skip to content

Matching - Descriptor-Based🔗

Operators🔗

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.