From b7b21966c32a5496ed4ce8ff0a61043126028260 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Thu, 27 Jan 2011 07:26:38 +0000 Subject: [PATCH] added bib link to the article in GPU docs (for HOG) --- doc/gpu_object_detection.tex | 2 +- doc/opencv.bib | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/gpu_object_detection.tex b/doc/gpu_object_detection.tex index b414507f62..448541c190 100644 --- a/doc/gpu_object_detection.tex +++ b/doc/gpu_object_detection.tex @@ -1,7 +1,7 @@ \section{Object Detection} \cvclass{gpu::HOGDescriptor} -\href{http://www.acemedia.org/aceMedia/files/document/wp7/2005/cvpr05-inria.pdf}{Histogram of Oriented Gradients} descriptor and detector. +Histogram of Oriented Gradients \cite{dalal_hog} descriptor and detector. \begin{lstlisting} struct CV_EXPORTS HOGDescriptor diff --git a/doc/opencv.bib b/doc/opencv.bib index b54b3f9565..b19506890e 100644 --- a/doc/opencv.bib +++ b/doc/opencv.bib @@ -272,6 +272,13 @@ month = {October} } +@article{dalal_hog, + author = {Navneet Dalal and Bill Triggs}, + title = {Histogram of Oriented Gradients for Human Detection}, + booktitle = {CVPR}, + year = {2005} +} + # '''[Bradski98]''' G.R. Bradski. Computer vision face tracking as a component of a perceptual user interface. In Workshop on Applications of Computer Vision, pages 214?219, Princeton, NJ, Oct. 1998.<
> Updated version can be found at http://www.intel.com/technology/itj/q21998/articles/art\_2.htm.<
> Also, it is included into OpenCV distribution ([[attachment:camshift.pdf]]) # '''[Burt81]''' P. J. Burt, T. H. Hong, A. Rosenfeld. Segmentation and Estimation of Image Region Properties Through Cooperative Hierarchical Computation. IEEE Tran. On SMC, Vol. 11, N.12, 1981, pp. 802-809. # '''[Canny86]''' J. Canny. A Computational Approach to Edge Detection, IEEE Trans. on Pattern Analysis and Machine Intelligence, 8(6), pp. 679-698 (1986).