Skip to content

notes #1

@js850

Description

@js850

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.

  1. do we want any callbacks
  2. how to get n lowest matches, e.g. via callback?
  3. simple factory for creating exact match objects. Something like: create_exact_match(translations=True, rotations=True, permutations=False)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions