# HG changeset patch # User Tuomo Valkonen # Date 1587403207 18000 # Node ID 73ddbd4779c931d55b88a5880c0d0318d846c772 # Parent 1b9066dbea57051131b0d1fa665d170f8416a38e Link to AlgTools diff -r 1b9066dbea57 -r 73ddbd4779c9 README.md --- a/README.md Mon Apr 20 12:04:11 2020 -0500 +++ b/README.md Mon Apr 20 12:20:07 2020 -0500 @@ -5,7 +5,8 @@ This repository contains some tools for doing mathematical imaging in Julia: - * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls `AlgTools`-style step routines. + * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls + [AlgTools][]-style step routines. * Sub-pixelresolution image translation and sub-image extraction * Calculation of discrete image gradients (2D, 3D 3D vector fields) * A very simple image filtering code that seems more efficient than the `ImageFiltering` @@ -15,7 +16,7 @@ ## Installation -To install this package, first clone the repository and [AlgTools](https://tuomov.iki.fi/repos/AlgTools) with [Mercurial](https://www.mercurial-scm.org/): +To install this package, first clone the repository and [AlgTools][] with [Mercurial](https://www.mercurial-scm.org/): ```console $ hg clone https://tuomov.iki.fi/repos/AlgTools/ @@ -37,4 +38,9 @@ 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. \ No newline at end of file +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. + + [AlgTools]: https://tuomov.iki.fi/software/AlgTools/ + + +