1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

fixed SURF_GPU bug (features count > max dimension of grid)

minor gpu docs fixes
This commit is contained in:
Vladislav Vinogradov
2011-03-28 10:34:44 +00:00
parent d0e66f7766
commit 57195e9627
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -163,7 +163,7 @@ gpu::cornerMinEigenVal
:param borderType: Pixel extrapolation method. Only ``BORDER_REFLECT101`` and ``BORDER_REPLICATE`` are supported for now.
See also: :c:func:`cornerMinEigenValue`.
See also: :c:func:`cornerMinEigenVal`.
@@ -279,7 +279,7 @@ gpu::convolve
gpu::ConvolveBuf
----------------
.. c:type:: gpu::ConvolveBuf
.. cpp:class:: gpu::ConvolveBuf
Memory buffer for the :cpp:func:`gpu::convolve` function. ::