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

fix documentation

This commit is contained in:
Vladislav Vinogradov
2013-08-20 17:34:32 +04:00
parent 429bfad225
commit a41006754e
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ softcascade::SCascade::detect
------------------------------
Apply cascade to an input frame and return the vector of Decection objcts.
.. ocv:function:: void softcascade::SCascade::detect(InputArray image, InputArray rois, OutputArray objects, cv::gpu::Stream& stream = cv::gpu::Stream::Null()) const
.. ocv:function:: void softcascade::SCascade::detect(InputArray image, InputArray rois, OutputArray objects, cv::cuda::Stream& stream = cv::cuda::Stream::Null()) const
:param image: a frame on which detector will be applied.