Update doc because of typo in Qt section
This commit is contained in:
parent
54ba887432
commit
eab003d06e
@ -519,7 +519,7 @@ The function \texttt{cvFontQt} creates a CvFont object to be used with \cross{ad
|
|||||||
A basic usage of this function is:
|
A basic usage of this function is:
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
CvFont font = cvFontQt(''Times'');
|
CvFont font = cvFontQt(''Times'');
|
||||||
cvAddText( img1, ``Hello World !'', cvPoint(50,50), &font);
|
cvAddText( img1, ``Hello World !'', cvPoint(50,50), font);
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
|
||||||
@ -772,7 +772,7 @@ The function \texttt{fontQt} creates a CvFont object. This CvFont is not compati
|
|||||||
A basic usage of this function is:
|
A basic usage of this function is:
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
CvFont font = fontQt(''Times'');
|
CvFont font = fontQt(''Times'');
|
||||||
addText( img1, ``Hello World !'', Point(50,50), &font);
|
addText( img1, ``Hello World !'', Point(50,50), font);
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
\cvCppFunc{addText}
|
\cvCppFunc{addText}
|
||||||
|
135740
doc/opencv.pdf
135740
doc/opencv.pdf
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user