Commit 92d2d747 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

Fixed docs for gpu::convolve()

parent 4fb9196e
......@@ -247,7 +247,7 @@ Computes a convolution (or cross-correlation) of two images.
:param templ: Template image. The size is not greater than the ``image`` size. The type is the same as ``image`` .
:param result: Result image. The size and type is the same as ``image`` .
:param result: Result image. If ``image`` is *W x H* and ``templ`` is *w x h*, then ``result`` must be *W-w+1 x H-h+1*.
:param ccorr: Flags to evaluate cross-correlation instead of convolution.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment