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

Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong

ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
This commit is contained in:
StevenPuttemans
2013-08-06 16:24:09 +02:00
parent b2d1d87ed1
commit ed76b2f98f
41 changed files with 208 additions and 208 deletions
+4 -4
View File
@@ -966,9 +966,9 @@ Composites two images using alpha opacity values contained in each image.
:param stream: Stream for the asynchronous version.
.. Sample code::
.. note::
* : An example demonstrating the use of alphaComp can be found at opencv_source_code/samples/gpu/alpha_comp.cpp
* An example demonstrating the use of alphaComp can be found at opencv_source_code/samples/gpu/alpha_comp.cpp
gpu::Canny
-------------------
@@ -1030,9 +1030,9 @@ Finds lines in a binary image using the classical Hough transform.
.. seealso:: :ocv:func:`HoughLines`
.. Sample code::
.. note::
* : An example using the Hough lines detector can be found at opencv_source_code/samples/gpu/houghlines.cpp
* An example using the Hough lines detector can be found at opencv_source_code/samples/gpu/houghlines.cpp
gpu::HoughLinesDownload
-----------------------