[arrayfire] 104/248: Added GLOH documentation

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:10 UTC 2015


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

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 5f1813605f0bc01451c612a289e8ec28b70c3fda
Author: Peter Andreas Entschev <peter at arrayfire.com>
Date:   Wed Oct 7 16:17:02 2015 -0400

    Added GLOH documentation
---
 docs/details/vision.dox | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/docs/details/vision.dox b/docs/details/vision.dox
index af0f114..5bd1140 100644
--- a/docs/details/vision.dox
+++ b/docs/details/vision.dox
@@ -90,6 +90,29 @@ before using it, make sure you have the appropriate permission to do so.
 
 =======================================================================
 
+\defgroup cv_func_gloh gloh
+\ingroup featdescriptor_mat
+
+\brief SIFT feature detector and GLOH descriptor extractor
+
+Detects features using the Scale Invariant Feature Transform (SIFT),
+by David Lowe. Descriptors are extracted using Gradient Location and
+Orientation Histogram (GLOH).
+
+Lowe, D. G., "Distinctive Image Features from Scale-Invariant Keypoints",
+International Journal of Computer Vision, 60, 2, pp. 91-110, 2004.
+
+Mikolajczyk, K., and Schmid, C., "A performance evaluation of local
+descriptors", IEEE Transactions on Pattern Analysis and Machine Intelligence,
+10, 27, pp. 1615-1630, 2005.
+
+WARNING: Although GLOH is free of patents, the SIFT algorithm, used to detect
+features that will later be used by GLOH descriptors, is patented by the
+University of British Columbia, before using it, make sure you have the
+appropriate permission to do so.
+
+=======================================================================
+
 \defgroup cv_func_hamming_matcher hammingMatcher
 \ingroup featmatcher_mat
 

-- 
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