# HG changeset patch # User Tuomo Valkonen # Date 1585603002 18000 # Node ID 3b9105fb72d5320e0860aa6caf766f48a7bf8036 # Parent fe9ef03a91b2bcdb546d6d25cfbb441b3685777c Added a README.md diff -r fe9ef03a91b2 -r 3b9105fb72d5 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Mar 30 16:16:42 2020 -0500 @@ -0,0 +1,14 @@ + +# Imaging tools for Julia + +Author: Tuomo Valkonen + +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. + * 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` + package. + +The code is used, for example, by .