mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Fix whitespace issues
This commit is contained in:
parent
8877e3aedb
commit
30ff197f78
@ -156,7 +156,7 @@ enum DecompTypes {
|
|||||||
src1 and src2 denote input arrays.
|
src1 and src2 denote input arrays.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum NormTypes {
|
enum NormTypes {
|
||||||
/**
|
/**
|
||||||
\f[
|
\f[
|
||||||
norm = \forkthree
|
norm = \forkthree
|
||||||
@ -167,9 +167,9 @@ enum NormTypes {
|
|||||||
*/
|
*/
|
||||||
NORM_INF = 1,
|
NORM_INF = 1,
|
||||||
/**
|
/**
|
||||||
\f[
|
\f[
|
||||||
norm = \forkthree
|
norm = \forkthree
|
||||||
{\| \texttt{src1} \| _{L_1} = \sum _I | \texttt{src1} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\)}
|
{\| \texttt{src1} \| _{L_1} = \sum _I | \texttt{src1} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\)}
|
||||||
{ \| \texttt{src1} - \texttt{src2} \| _{L_1} = \sum _I | \texttt{src1} (I) - \texttt{src2} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\) }
|
{ \| \texttt{src1} - \texttt{src2} \| _{L_1} = \sum _I | \texttt{src1} (I) - \texttt{src2} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\) }
|
||||||
{ \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM_RELATIVE | NORM_L1}\) }
|
{ \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM_RELATIVE | NORM_L1}\) }
|
||||||
\f]*/
|
\f]*/
|
||||||
|
Loading…
Reference in New Issue
Block a user