Skip to content

Commit 661f3e2

Browse files
committed
Merge pull request opencv#8371 from csukuangfj:patch-8
2 parents 6fcb07d + 31cc519 commit 661f3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/include/opencv2/core.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ then pass the matrix to calcCovarMatrix .
626626
@param src input array that should have from 1 to 4 channels so that the results can be stored in
627627
Scalar_ 's.
628628
@param mean output parameter: calculated mean value.
629-
@param stddev output parameter: calculateded standard deviation.
629+
@param stddev output parameter: calculated standard deviation.
630630
@param mask optional operation mask.
631631
@sa countNonZero, mean, norm, minMaxLoc, calcCovarMatrix
632632
*/
@@ -1639,7 +1639,7 @@ CV_EXPORTS_W void mulTransposed( InputArray src, OutputArray dst, bool aTa,
16391639
16401640
The function cv::transpose transposes the matrix src :
16411641
\f[\texttt{dst} (i,j) = \texttt{src} (j,i)\f]
1642-
@note No complex conjugation is done in case of a complex matrix. It it
1642+
@note No complex conjugation is done in case of a complex matrix. It
16431643
should be done separately if needed.
16441644
@param src input array.
16451645
@param dst output array of the same type as src.

0 commit comments

Comments
 (0)