fixed several typos in docs; make MLData capable of reading csv files with much more columns than before

This commit is contained in:
Vadim Pisarevsky
2010-12-04 18:37:07 +00:00
parent 3e7fbd21e0
commit 33d23ef27a
6 changed files with 27 additions and 28 deletions

View File

@@ -1725,7 +1725,7 @@ Mat\& Mat::setTo(const Scalar\& s, const Mat\& mask=Mat());
This is the advanced variant of \texttt{Mat::operator=(const Scalar\& s)} operator.
\cvCppFunc{reshape}
\cvCppFunc{Mat::reshape}
Changes the 2D matrix's shape and/or the number of channels without copying the data.
\cvdefCpp{
@@ -1758,7 +1758,7 @@ Mat pointMat = Mat(vec). // convert vector to Mat, O(1) operation
\end{lstlisting}
\cvCppFunc{Mat::t()}
\cvCppFunc{Mat::t}
Transposes the matrix
\cvdefCpp{