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:
@@ -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. ::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user