Merge pull request #1002 from asmorkalov:doc_warning_fix

This commit is contained in:
Roman Donchenko
2013-06-25 11:41:59 +04:00
committed by OpenCV Buildbot
7 changed files with 67 additions and 4 deletions

View File

@@ -3410,8 +3410,6 @@ public:
//! converts dense 2d matrix to the sparse form
/*!
\param m the input matrix
\param try1d if true and m is a single-column matrix (Nx1),
then the sparse matrix will be 1-dimensional.
*/
explicit SparseMat(const Mat& m);
//! converts old-style sparse matrix to the new-style. All the data is copied