mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Re-editing Documentation
Attempting to re-editing the documentation, to satisfy buildbot error status.
This commit is contained in:
parent
270af2ca79
commit
b3bba3476d
@ -828,12 +828,11 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** @brief Loads model from an XML String
|
/** @brief Loads model from an XML String
|
||||||
|
|
||||||
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.
|
@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):
|
||||||
|
Ptr<SVM> svm = StatModel::loadFromString<SVM>(myXMLStringModel);
|
||||||
*/
|
*/
|
||||||
template<typename _Tp> static Ptr<_Tp> loadFromString(const String& strModel)
|
template<typename _Tp> static Ptr<_Tp> loadFromString(const String& strModel)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user