Skip to content

Registrations should yield transform objects. #6

@nfaggian

Description

@nfaggian

Cleanup model.py, interface for transforms should be mostly similar to that of skimage.

Need the basic properties:

  1. .matrix
  2. .vector
  3. .inverse

In abstract base class?

  1. mul(self, other):
    return tform(matrix=np.dot(self.matrix, other.matrix))

** keep concept of coordinates.

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