From 30ff197f789bdcbf995bc8b8ad62f16f6401c36e Mon Sep 17 00:00:00 2001 From: saskatchewancatch Date: Fri, 8 Sep 2017 20:27:03 -0600 Subject: [PATCH] Fix whitespace issues --- modules/core/include/opencv2/core/base.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/include/opencv2/core/base.hpp b/modules/core/include/opencv2/core/base.hpp index a8226f253a..e274d5d280 100644 --- a/modules/core/include/opencv2/core/base.hpp +++ b/modules/core/include/opencv2/core/base.hpp @@ -156,7 +156,7 @@ enum DecompTypes { src1 and src2 denote input arrays. */ -enum NormTypes { +enum NormTypes { /** \f[ norm = \forkthree @@ -167,9 +167,9 @@ enum NormTypes { */ NORM_INF = 1, /** - \f[ + \f[ 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}\) } { \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM_RELATIVE | NORM_L1}\) } \f]*/