Re-editing Documentation

Attempting to re-editing the documentation, to satisfy buildbot error
status.
pull/3473/head
TobyWanKenobi 10 years ago
parent 270af2ca79
commit b3bba3476d
  1. 7
      modules/ml/include/opencv2/ml.hpp

@ -828,12 +828,11 @@ public:
}
/** @brief Loads model from an XML String
@param strModel The string variable containing the model (in an XML format) you want to load.
This is static template method of StatModel. It's usage is following (in the case of SVM): :
This is static template method of StatModel. It's usage is following (in the case of SVM):
Ptr<SVM> svm = StatModel::loadFromString<SVM>(myXMLStringModel);
@param strModel The string variable containing the model (in an XML format) you want to load.
*/
template<typename _Tp> static Ptr<_Tp> loadFromString(const String& strModel)
{

Loading…
Cancel
Save