ImageTools

Author: Tuomo Valkonen tuomov@iki.fi

This repository contains some tools for doing mathematical imaging in Julia:

The code is used, for example, by http://dx.doi.org/10.5281/zenodo.3659180.

Installation

To install this package, first clone the repository and AlgTools with Mercurial:

$ hg clone https://tuomov.iki.fi/repos/AlgTools/
$ hg clone https://tuomov.iki.fi/repos/ImageTools/

(Canonical public repository URLs indicated here.) AlgTools has to be installed under the some location as ImageTools. Then add the repository to Julia with Pkg.develop:

julia>] develop LOCATION_OF/ImageTools/

Here replace LOCATION_OF/ImageTools with path where you cloned ImageTools. (If you did not change directory after cloning, simply use ImageTools.) Afterwards, you may use the package with:

julia> using ImageTools

This package is not and is not planned to be available via Pkg.add as it is based on the worst and must unusable version control system ever invented: Git.

Testing

To run a simple denoising test using FISTA, use

$ julia --project=Tests
julia> using Tests
julia> test_denoise()

To run a deblurring test using PDPS, continue with

julia> test_deblur()

Downloads

ImageTools is available from its Mercurial repository. You may either use Mercurial to clone the entire repository or you may download a snapshot as a zip or tarball. To clone use the command

hg clone https://tuomov.iki.fi/repos/ImageTools/

Contributing, distributing, derivative works

If you would like to contribute to this project, simply clone the repository and email me a hg bundle of your changes.

This software may be redistributed and derivate works may be created under the terms of the Anti-abuse License.