darfix.core.componentsMatching.Method#

class darfix.core.componentsMatching.Method(value)[source]#

Bases: Enum

Methods available to compute the matching.

euclidean_distance = 'euclidean distance'#
orb_feature_matching = 'orb feature matching'#
sift_feature_matching = 'sift feature matching'#
static values()[source]#