Commit c90877f5 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

COMP: remove SetDocName

No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
...@@ -52,7 +52,6 @@ protected: ...@@ -52,7 +52,6 @@ protected:
SetDescription( "Train a regression algorithm based on geometries with " SetDescription( "Train a regression algorithm based on geometries with "
"list of features to consider and a predictor." ); "list of features to consider and a predictor." );
SetDocName( "Train Vector Regression" );
SetDocLongDescription( "This application trains a regression algorithm based on " SetDocLongDescription( "This application trains a regression algorithm based on "
"a predictor geometries and a list of features to consider for " "a predictor geometries and a list of features to consider for "
"regression.\nThis application is based on LibSVM, OpenCV Machine " "regression.\nThis application is based on LibSVM, OpenCV Machine "
......
Supports Markdown
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