You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following graphic shows all values for the three norm functions \f$\| r(x) \|_{L_1}, \| r(x) \|_{L_2}\f$ and \f$\| r(x) \|_{L_\infty}\f$.
662
+
It is notable that the \f$ L_{1} \f$ norm forms the upper and the \f$ L_{\infty} \f$ norm forms the lower border for the example function \f$ r(x) \f$.
663
+

666
664
667
665
When the mask parameter is specified and it is not empty, the norm is
666
+
667
+
If normType is not specified, NORM_L2 is used.
668
668
calculated only over the region specified by the mask.
669
669
670
-
A multi-channel input arrays are treated as a single-channel, that is,
670
+
Multi-channel input arrays are treated as single-channel arrays, that is,
671
671
the results for all channels are combined.
672
672
673
+
Hamming norms can only be calculated with CV_8U depth arrays.
674
+
673
675
@param src1 first input array.
674
676
@param normType type of the norm (see cv::NormTypes).
675
677
@param mask optional operation mask; it must have the same size as src1 and CV_8UC1 type.
The following graphic shows all values for the three norm functions \f$\| r(x) \|_{L_1}, \| r(x) \|_{L_2}\f$ and \f$\| r(x) \|_{L_\infty}\f$.
185
-
It is notable that the \f$ L_{1} \f$ norm forms the upper and the \f$ L_{\infty} \f$ norm forms the lower border for the example function \f$ r(x) \f$.
186
-

0 commit comments