[arrayfire] 253/284: Documentation fix in matchTemplate function

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:38 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.

commit 32426184a3f3b9ab5ab960a367edc89a5de34356
Author: pradeep <pradeep at arrayfire.com>
Date:   Fri Jan 29 10:32:48 2016 +0530

    Documentation fix in matchTemplate function
---
 docs/details/vision.dox | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/details/vision.dox b/docs/details/vision.dox
index 1d9d6b9..99582c3 100644
--- a/docs/details/vision.dox
+++ b/docs/details/vision.dox
@@ -166,9 +166,12 @@ from the other and returns the result.
 
 \brief Template Matching
 
-Template matching is an image processing technique to find small patches of an image which
-match a given template image. A more in depth discussion on the topic can be found
-[here](http://en.wikipedia.org/wiki/Template_matching).
+Template matching is an image processing technique to find small patches of an image which match a given template image. Currently, this function doesn't support the following three metrics yet.
+- \ref AF_NCC
+- \ref AF_ZNCC
+- \ref AF_SHD
+
+A more in depth discussion about template matching can be found [here](http://en.wikipedia.org/wiki/Template_matching).
 
 =======================================================================
 

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



More information about the debian-science-commits mailing list