Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.28 KB

symmetrize

PyPI version Travis CI build Status Downloads

Symmetrization of 2D pattern using nonrigid landmark registration with symmetry constraints. Implemented registration methods include projective transform and thin plate spline. Details are given in the publication associated with the package.

Banner

Installation

Install the PyPI version

pip install symmetrize

Install the latest version from source repository

pip install git+https://github.com/RealPolitiX/symmetrize.git

Requirements

See requirements

Documentation and use

Documentation of the package may be found here along with examples illustrating the main functionalities in here.