Fixed hundreds of documentation problems
This commit is contained in:
@@ -338,7 +338,7 @@ Blocks the current CPU thread until all operations in the stream are complete.
|
||||
|
||||
gpu::StreamAccessor
|
||||
-------------------
|
||||
.. ocv:class:: gpu::StreamAccessor
|
||||
.. ocv:struct:: gpu::StreamAccessor
|
||||
|
||||
Class that enables getting ``cudaStream_t`` from :ocv:class:`gpu::Stream` and is declared in ``stream_accessor.hpp`` because it is the only public header that depends on the CUDA Runtime API. Including it brings a dependency to your code. ::
|
||||
|
||||
|
@@ -238,7 +238,7 @@ The source matrix should be continuous, otherwise reallocation and data copying
|
||||
|
||||
gpu::ConvolveBuf
|
||||
----------------
|
||||
.. ocv:class:: gpu::ConvolveBuf
|
||||
.. ocv:struct:: gpu::ConvolveBuf
|
||||
|
||||
Class providing a memory buffer for :ocv:func:`gpu::convolve` function, plus it allows to adjust some specific parameters. ::
|
||||
|
||||
@@ -290,7 +290,7 @@ Computes a convolution (or cross-correlation) of two images.
|
||||
|
||||
gpu::MatchTemplateBuf
|
||||
---------------------
|
||||
.. ocv:class:: gpu::MatchTemplateBuf
|
||||
.. ocv:struct:: gpu::MatchTemplateBuf
|
||||
|
||||
Class providing memory buffers for :ocv:func:`gpu::matchTemplate` function, plus it allows to adjust some specific parameters. ::
|
||||
|
||||
|
@@ -7,7 +7,7 @@ Object Detection
|
||||
|
||||
gpu::HOGDescriptor
|
||||
------------------
|
||||
.. ocv:class:: gpu::HOGDescriptor
|
||||
.. ocv:struct:: gpu::HOGDescriptor
|
||||
|
||||
The class implements Histogram of Oriented Gradients ([Dalal2005]_) object detector. ::
|
||||
|
||||
|
@@ -377,7 +377,7 @@ The method write the specified image to video file. The image must have the same
|
||||
|
||||
gpu::VideoWriter_GPU::EncoderParams
|
||||
-----------------------------------
|
||||
.. ocv:class:: gpu::VideoWriter_GPU::EncoderParams
|
||||
.. ocv:struct:: gpu::VideoWriter_GPU::EncoderParams
|
||||
|
||||
Different parameters for CUDA video encoder. ::
|
||||
|
||||
@@ -561,7 +561,7 @@ Chroma formats supported by ocv:class:`gpu::VideoReader_GPU` . ::
|
||||
|
||||
gpu::VideoReader_GPU::FormatInfo
|
||||
--------------------------------
|
||||
.. ocv:class:: gpu::VideoReader_GPU::FormatInfo
|
||||
.. ocv:struct:: gpu::VideoReader_GPU::FormatInfo
|
||||
|
||||
Struct providing information about video file format. ::
|
||||
|
||||
|
Reference in New Issue
Block a user