Commit 66eda72f authored by Christoph Spörk's avatar Christoph Spörk

fixed a doxygen issue

parent 6c8bc6a2
...@@ -725,7 +725,7 @@ public: ...@@ -725,7 +725,7 @@ public:
* Use SVM::save to serialize and store an SVM to disk. * Use SVM::save to serialize and store an SVM to disk.
* Load the SVM from this file again, by calling this function with the path to the file. * Load the SVM from this file again, by calling this function with the path to the file.
* *
* @param fs Filename * @param filepath path to serialized svm
*/ */
CV_WRAP static Ptr<SVM> load(const String& filepath); CV_WRAP static Ptr<SVM> load(const String& filepath);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment