Pyefd Versions Save

Python implementation of "Elliptic Fourier Features of a Closed Contour"

v1.6.0

2 years ago

Version 1.6.0 (2021-12-09)

Added

  • Added a demo for 3D surfaces with cylindrical symmetries. (examples/example1.py)

Fixes

  • Fixes incorrectly plotted curves when no imshow has been called.
  • Fixes ugly coefficient calculation code.

v.1.5.1-2

3 years ago

1.5.1 (2021-01-22)

Added

  • return_transformation keyword on elliptic_fourier_descriptors method. Merged #11. Fixes #5.

Fixes

  • Documentation correction. Merged #12.

Removed

  • Removed example script which did not work anymore.

v1.5.1

3 years ago

1.5.1 (2021-01-22)

Added

  • return_transformation keyword on elliptic_fourier_descriptors method. Merged #11. Fixes #5.

Fixes

  • Documentation correction. Merged #12.

Removed

  • Removed example script which did not work anymore.

v1.4.1

3 years ago

Moved CI to Github Actions

v0.1.0

8 years ago
  • First PyPI release
  • 6 tests