mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Update documentation
This commit is contained in:
@@ -2484,13 +2484,13 @@ Algorithm::set
|
||||
--------------
|
||||
Sets the algorithm parameter
|
||||
|
||||
.. ocv:function:: void Algorithm::set(const string& name, int value)
|
||||
.. ocv:function:: void Algorithm::set(const string& name, double value)
|
||||
.. ocv:function:: void Algorithm::set(const string& name, bool value)
|
||||
.. ocv:function:: void Algorithm::set(const string& name, const string& value)
|
||||
.. ocv:function:: void Algorithm::set(const string& name, const Mat& value)
|
||||
.. ocv:function:: void Algorithm::set(const string& name, const vector<Mat>& value)
|
||||
.. ocv:function:: void Algorithm::set(const string& name, const Ptr<Algorithm>& value)
|
||||
.. ocv:function:: void Algorithm::set(const String& name, int value)
|
||||
.. ocv:function:: void Algorithm::set(const String& name, double value)
|
||||
.. ocv:function:: void Algorithm::set(const String& name, bool value)
|
||||
.. ocv:function:: void Algorithm::set(const String& name, const String& value)
|
||||
.. ocv:function:: void Algorithm::set(const String& name, const Mat& value)
|
||||
.. ocv:function:: void Algorithm::set(const String& name, const vector<Mat>& value)
|
||||
.. ocv:function:: void Algorithm::set(const String& name, const Ptr<Algorithm>& value)
|
||||
|
||||
:param name: The parameter name.
|
||||
:param value: The parameter value.
|
||||
@@ -2546,7 +2546,7 @@ Algorithm::create
|
||||
-----------------
|
||||
Creates algorithm instance by name
|
||||
|
||||
.. ocv:function:: template<typename _Tp> Ptr<_Tp> Algorithm::create(const string& name)
|
||||
.. ocv:function:: template<typename _Tp> Ptr<_Tp> Algorithm::create(const String& name)
|
||||
|
||||
:param name: The algorithm name, one of the names returned by ``Algorithm::getList()``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user