README.md

changeset 38
73ddbd4779c9
parent 37
1b9066dbea57
child 41
379c4fbd23ff
equal deleted inserted replaced
37:1b9066dbea57 38:73ddbd4779c9
3 3
4 Author: Tuomo Valkonen <tuomov@iki.fi> 4 Author: Tuomo Valkonen <tuomov@iki.fi>
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 `AlgTools`-style step routines. 8 * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls
9 [AlgTools][]-style step routines.
9 * Sub-pixelresolution image translation and sub-image extraction 10 * Sub-pixelresolution image translation and sub-image extraction
10 * Calculation of discrete image gradients (2D, 3D 3D vector fields) 11 * 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 * A very simple image filtering code that seems more efficient than the `ImageFiltering`
12 package. 13 package.
13 14
14 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>.
15 16
16 ## Installation 17 ## Installation
17 18
18 To install this package, first clone the repository and [AlgTools](https://tuomov.iki.fi/repos/AlgTools) with [Mercurial](https://www.mercurial-scm.org/): 19 To install this package, first clone the repository and [AlgTools][] with [Mercurial](https://www.mercurial-scm.org/):
19 20
20 ```console 21 ```console
21 $ hg clone https://tuomov.iki.fi/repos/AlgTools/ 22 $ hg clone https://tuomov.iki.fi/repos/AlgTools/
22 $ hg clone https://tuomov.iki.fi/repos/ImageTools/ 23 $ hg clone https://tuomov.iki.fi/repos/ImageTools/
23 ``` 24 ```
36 ```console 37 ```console
37 julia> using ImageTools 38 julia> using ImageTools
38 ``` 39 ```
39 40
40 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. 41 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.
42
43 [AlgTools]: https://tuomov.iki.fi/software/AlgTools/
44
45
46

mercurial