Commit b3bba347 authored by TobyWanKenobi's avatar TobyWanKenobi

Re-editing Documentation

Attempting to re-editing the documentation, to satisfy buildbot error
status.
parent 270af2ca
......@@ -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)
{
......
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