Fixed few errors in documentation backporting

This commit is contained in:
Andrey Kamaev
2012-05-30 11:20:55 +00:00
parent 81a5988015
commit 4ddcc31edc
4 changed files with 4 additions and 6 deletions

View File

@@ -372,7 +372,7 @@ Releases inner buffer memory.
gpu::BruteForceMatcher_GPU
--------------------------
.. ocv:class:: gpu::BruteForceMatcher_GPU
.. ocv:class:: template<class Distance> gpu::BruteForceMatcher_GPU
Brute-force descriptor matcher. For each descriptor in the first set, this matcher finds the closest descriptor in the second set by trying each one. This descriptor matcher supports masking permissible matches between descriptor sets. ::