fixed Latex docs for cleaner HTML output

This commit is contained in:
Vadim Pisarevsky
2010-05-31 16:46:09 +00:00
parent 5d3ad699a6
commit 5d125a7d8b
4 changed files with 93 additions and 126 deletions

View File

@@ -3838,7 +3838,7 @@ MatExpr<...> abs(const MatExpr<...>\& src);}
\begin{itemize}
\item \texttt{C = abs(A-B)} is equivalent to \texttt{absdiff(A, B, C)} and
\item \texttt{C = abs(A)} is equivalent to \texttt{absdiff(A, Scalar::all(0), C)}.
\item \texttt{C = Mat\_<Vec<uchar,\emph{n}> >(abs(A*$\alpha$ + $\beta$))} is equivalent to \texttt{convertScaleAbs(A, C, alpha, beta)}
\item \texttt{C = Mat\_<Vec<uchar,n> >(abs(A*alpha + beta))} is equivalent to \texttt{convertScaleAbs(A, C, alpha, beta)}
\end{itemize}
The output matrix will have the same size and the same type as the input one