:param b:Second source array of the same size and channel number as ``src1`` .
:param src2:Second source array of the same size and channel number as ``src1`` .
:param beta:Weight for the second array elements.
:param c:Destination array that has the same size and number of channels as the input arrays.
:param dst:Destination array that has the same size and number of channels as the input arrays.
:param gamma:Scalar added to each sum.
@ -347,22 +347,6 @@ Returns void
The function magnitude calculates magnitude of 2D vectors formed from the corresponding elements of x and y arrays. Supports only CV_32F and CV_64F data type.
ocl::magnitudeSqr
---------------------
Computes squared magnitudes of complex matrix elements.
:param x:The floating-point array of x-coordinates of the vectors
:param y:he floating-point array of y-coordinates of the vectors; must have the same size as x
:param magnitude:The destination array; will have the same size and same type as x
The function magnitude calculates magnitude of 2D vectors formed from the corresponding elements of x and y arrays. Supports only CV_32F and CV_64F data type.