File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/core/include/opencv2/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ enum DecompTypes {
156
156
src1 and src2 denote input arrays.
157
157
*/
158
158
159
- enum NormTypes {
159
+ enum NormTypes {
160
160
/* *
161
161
\f[
162
162
norm = \forkthree
@@ -167,9 +167,9 @@ enum NormTypes {
167
167
*/
168
168
NORM_INF = 1 ,
169
169
/* *
170
- \f[
170
+ \f[
171
171
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}\)}
173
173
{ \| \texttt{src1} - \texttt{src2} \| _{L_1} = \sum _I | \texttt{src1} (I) - \texttt{src2} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\) }
174
174
{ \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM_RELATIVE | NORM_L1}\) }
175
175
\f]*/
You can’t perform that action at this time.
0 commit comments