1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #3348 from vpisarev:refactor_algorithms2

This commit is contained in:
Vadim Pisarevsky
2014-10-18 18:52:35 +00:00
31 changed files with 282 additions and 317 deletions
-3
View File
@@ -874,9 +874,6 @@ public:
virtual ~Algorithm();
String name() const;
virtual void set(int, double);
virtual double get(int) const;
template<typename _Tp> typename ParamType<_Tp>::member_type get(const String& name) const;
template<typename _Tp> typename ParamType<_Tp>::member_type get(const char* name) const;