Skip to content

Commit 30ff197

Browse files
Fix whitespace issues
1 parent 8877e3a commit 30ff197

File tree

1 file changed

+3
-3
lines changed
  • modules/core/include/opencv2/core

1 file changed

+3
-3
lines changed

modules/core/include/opencv2/core/base.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ enum DecompTypes {
156156
src1 and src2 denote input arrays.
157157
*/
158158

159-
enum NormTypes {
159+
enum NormTypes {
160160
/**
161161
\f[
162162
norm = \forkthree
@@ -167,9 +167,9 @@ enum NormTypes {
167167
*/
168168
NORM_INF = 1,
169169
/**
170-
\f[
170+
\f[
171171
norm = \forkthree
172-
{\| \texttt{src1} \| _{L_1} = \sum _I | \texttt{src1} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\)}
172+
{\| \texttt{src1} \| _{L_1} = \sum _I | \texttt{src1} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\)}
173173
{ \| \texttt{src1} - \texttt{src2} \| _{L_1} = \sum _I | \texttt{src1} (I) - \texttt{src2} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\) }
174174
{ \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM_RELATIVE | NORM_L1}\) }
175175
\f]*/

0 commit comments

Comments
 (0)