Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169

- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
This commit is contained in:
StevenPuttemans
2013-07-29 15:51:16 +02:00
parent 886c009da6
commit 0c5244103f
30 changed files with 174 additions and 1 deletions

View File

@@ -62,7 +62,9 @@ The class implements Histogram of Oriented Gradients ([Dalal2005]_) object detec
Interfaces of all methods are kept similar to the ``CPU HOG`` descriptor and detector analogues as much as possible.
.. Sample code::
* : An example applying the HOG descriptor for people detection can be found at opencv_source_code/samples/cpp/peopledetect.cpp
gpu::HOGDescriptor::HOGDescriptor
-------------------------------------