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

Eliminate discrepancies between signatures in documentation and OpenCV headers

All errors were found by doc/check_docs2.py
This commit is contained in:
Andrey Kamaev
2012-10-17 21:24:55 +04:00
parent 04384a71e4
commit 461b69f6ee
14 changed files with 124 additions and 123 deletions
@@ -151,7 +151,9 @@ The function is used to detect translational shifts that occur between two image
Calculates the cross-power spectrum of two supplied source arrays. The arrays are padded if needed with :ocv:func:`getOptimalDFTSize`.
.. ocv:function:: Point2d phaseCorrelate(InputArray src1, InputArray src2, InputArray window = noArray(), double* response = 0)
.. ocv:function:: Point2d phaseCorrelate(InputArray src1, InputArray src2, InputArray window = noArray())
.. ocv:function:: Point2d phaseCorrelateRes(InputArray src1, InputArray src2, InputArray window, double* response = 0)
:param src1: Source floating point array (CV_32FC1 or CV_64FC1)
:param src2: Source floating point array (CV_32FC1 or CV_64FC1)