quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user