mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
i9482: Improve documentation concerning norm functionality.
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...
This commit is contained in:
@@ -28,7 +28,14 @@
|
||||
#3 & \mbox{#4}\\
|
||||
#5 & \mbox{#6}\\
|
||||
\end{array} \right.}
|
||||
|
||||
\newcommand{\forkthree}[8]{
|
||||
\left\{
|
||||
\begin{array}{l l}
|
||||
#1 & \mbox{#2}\\
|
||||
#3 & \mbox{#4}\\
|
||||
#5 & \mbox{#6}\\
|
||||
#7 & \mbox{#8}\\
|
||||
\end{array} \right.}
|
||||
\newcommand{\vecthree}[3]{
|
||||
\begin{bmatrix}
|
||||
#1\\
|
||||
|
||||
Reference in New Issue
Block a user