]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencv/tiopencv.git/commitdiff
fixed a doxygen issue
authorChristoph Spörk <spoerk@cogvis.at>
Thu, 7 Jan 2016 07:19:06 +0000 (08:19 +0100)
committerChristoph Spörk <spoerk@cogvis.at>
Thu, 7 Jan 2016 07:19:06 +0000 (08:19 +0100)
modules/ml/include/opencv2/ml.hpp

index cfd95a5240cd8108ce8491002e06cb313802e5a4..4f99bf4b362ca359b477f698078a5884d8505ccc 100644 (file)
@@ -725,7 +725,7 @@ public:
      * 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.
      *
-     * @param fs Filename
+     * @param filepath path to serialized svm
      */
     CV_WRAP static Ptr<SVM> load(const String& filepath);
 };