-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We need a class ExactAlignment which has a call operator that returns true or false (equivalent to ExactMatch). Further it has get_transformation(x1, x2) which returns a transformation object and apply_transformation(x1, trans). The format of the transformation object is arbitrary for the different systems.
Low level policies will be called internally from the mindist functions.
ApproximateAlignment also has get_transformation and apply_transformation (same interface?). ApproximateAlignment should do an ExactAlignment test first.
- do we want any callbacks
- how to get n lowest matches, e.g. via callback?
- simple factory for creating exact match objects. Something like:
create_exact_match(translations=True, rotations=True, permutations=False)
Metadata
Metadata
Assignees
Labels
No labels