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
Added forkfour Latex command to math js support.
Split cv::norm documentation between the cv::norm and its overload, to make things clearer
Corrected some typos and cleaned up grammar.
Result is clearer documentation for the norms.
Work pending...
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$.
672
+
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$.
673
+

664
674
665
675
The function cv::norm returns the calculated norm.
666
676
667
677
When the mask parameter is specified and it is not empty, the norm is
668
678
calculated only over the region specified by the mask.
669
679
670
-
A multi-channel input arrays are treated as a single-channel, that is,
680
+
Multi-channel input arrays are treated as single-channel arrays, that is,
671
681
the results for all channels are combined.
672
682
673
683
@param src1 first input array.
@@ -676,7 +686,24 @@ the results for all channels are combined.
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