README.md

changeset 52
d2e28607c166
parent 51
370931a692a1
child 54
471f9f64ff2d
equal deleted inserted replaced
51:370931a692a1 52:d2e28607c166
5 5
6 This repository contains some tools for doing mathematical imaging in Julia: 6 This repository contains some tools for doing mathematical imaging in Julia:
7 7
8 * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls 8 * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls
9 [AlgTools][]-style step routines. 9 [AlgTools][]-style step routines.
10 * Sub-pixelresolution image translation and sub-image extraction 10 * Sub-pixel resolution image translation and sub-image extraction
11 * Calculation of discrete image gradients (2D, 3D 3D vector fields) 11 * Calculation of discrete image gradients (2D, 3D 3D vector fields)
12 * A very simple image filtering code that seems more efficient than the `ImageFiltering` 12 * A very simple image filtering code that seems more efficient than the `ImageFiltering`
13 package. 13 package.
14 14
15 The code is used, for example, by <http://dx.doi.org/10.5281/zenodo.3659180>. 15 The code is used, for example, by <http://dx.doi.org/10.5281/zenodo.3659180>.

mercurial