Download project files

How do I verify a download?


imagep-0.3 (keep going) release from the trunk series released

Release information
Changelog:

See DevelopmentNotes.txt

File Description Downloads
download icon ImageP-0.34-py3-none-any.whl (md5, sig) Last version on Launchpad, now working with pip install. A Linux package. 7
last downloaded 35 weeks ago
download icon BatchAnalyzer-0.9c.tar.gz (md5, sig) A helper package used in many of the test cases. Nothing specual, but useful to export / import text files, write a report and read configuration in small size and at one place. 14
last downloaded 36 weeks ago
download icon ImageP-0.32.tar.gz (md5, sig) Actual version with many improvements, such as distance transform, some contouring, improved convolution filter. And circle fitting for a contour. 16
last downloaded 11 weeks ago
download icon ImageP-0.3a.tar.gz (md5, sig) Actual version with minor changes included. 44
last downloaded 11 weeks ago
Total downloads: 81

0.293 (speedy) release from the trunk series released

Release information
Release notes:

This is the next step in this project, adding some speed up code in C. I tried making a similar python alternative available if for any reason the C would not run.

Changes:
 - SimpleFilter is a pixel-by-pixel convolution for small kernels (< 10 pixels possibly)
 - 1D version of SimpleFilter and ConvFilter for kernels which can be built by applying a 1D kernel in two directions separately. For these kernels (GaussKernel, BinomKernel etc) this is much faster.
 - GaussKernel, BinomKernel, BoxcarKernel can also generate 1D versions of themselves.
 - The norm=True is the default for the kernels now.

The new, C code relies on ctypes and the numpy.ctypes_lib. It uses the simplest possible array mechanism on convfluent arrays and does all the math simple and fast (?).

The new code still need...

Changelog:

in the Readme.txt

File Description Downloads
download icon ImageP-0.3.tar.gz (md5, sig) newest package including the RotatingGaussKernel and an ActiveContour. 27
last downloaded 36 weeks ago
download icon ImageP-0.298.tar.gz (md5, sig) Still minor improvements, but there are some, so I add a downloadable package here. 14
last downloaded 36 weeks ago
Total downloads: 41