README.md

changeset 35
3b9105fb72d5
child 36
7a3a963ff507
equal deleted inserted replaced
34:fe9ef03a91b2 35:3b9105fb72d5
1
2 # Imaging tools for Julia
3
4 Author: Tuomo Valkonen <tuomov@iki.fi>
5
6 This repository contains some tools for doing mathematical imaging in Julia:
7
8 * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls `AlgTools`-style step routines.
9 * Sub-pixelresolution image translation and sub-image extraction
10 * Calculation of discrete image gradients (2D, 3D 3D vector fields)
11 * A very simple image filtering code that seems more efficient than the `ImageFiltering`
12 package.
13
14 The code is used, for example, by <http://dx.doi.org/10.5281/zenodo.3659180>.

mercurial