Added a README.md

Mon, 30 Mar 2020 16:16:42 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 30 Mar 2020 16:16:42 -0500
changeset 35
3b9105fb72d5
parent 34
fe9ef03a91b2
child 36
7a3a963ff507

Added a README.md

README.md file | annotate | diff | comparison | revisions
--- /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 <tuomov@iki.fi>
+
+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 <http://dx.doi.org/10.5281/zenodo.3659180>.

mercurial