FeatureMatcherMethod

giant.image_processing.feature_matchers:

class giant.image_processing.feature_matchers.FeatureMatcherMethod(*values)

An enum specifying the valid feature matchers in this version of GIANT

At minimum this will include SIFT, ORB, and CUSTOM (for custom implemented feature matchers using the FeatureMatcher ABC). If you have installed romatch (https://github.com/Parskatt/RoMa/tree/main) then ROMA will also be available