[python-dtcwt] 245/497: docs: add image registration example

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 953e440e41595b935c03c9421b71b33f1e940392
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Mon Jan 27 18:54:30 2014 +0000

    docs: add image registration example
---
 docs/examples.rst | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/docs/examples.rst b/docs/examples.rst
index 6ab0d84..17f8afa 100644
--- a/docs/examples.rst
+++ b/docs/examples.rst
@@ -26,3 +26,26 @@ directions in total over all four quadrants.
 The source for the script is shown below:
 
 .. literalinclude:: ../examples/3d_dtcwt_directionality.py
+
+2D Image Registration
+---------------------
+
+This library includes support for 2D image registration modelled after the 3D
+algorithm outlined in the paper `Efficient Registration of Nonrigid 3-D Bodies`_.
+The
+:download:`image-registration-2.py<../examples/image-registration-2.py>`
+script in the examples directory shows a complete worked example of using the
+registration API using two sets of source images: a woman playing tennis and some
+traffic at a road junction.
+
+.. _Efficient Registration of Nonrigid 3-D Bodies: http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5936113
+
+The source for the script is shown here:
+
+.. literalinclude:: ../examples/image-registration-2.py
+
+If you're interested in some of the more fundamental theory behind the
+registration, a simpler example which uses lower-level functions to estimate a
+single global affine distortion is available in the
+:download:`image-registration-1.py<../examples/image-registration-1.py>`
+script.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list