diff options
Diffstat (limited to 'meowpp.test/inc/features__.h')
-rw-r--r-- | meowpp.test/inc/features__.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meowpp.test/inc/features__.h b/meowpp.test/inc/features__.h index 85c136b..ab484ae 100644 --- a/meowpp.test/inc/features__.h +++ b/meowpp.test/inc/features__.h @@ -18,6 +18,7 @@ public: virtual meow::Usage usage( ) const = 0; virtual bool usage(meow::Usage const& usg) = 0; virtual FeaturePoints detect(meow::Bitmap<meow::RGBf_Space> const& bmp) = 0; + virtual size_t dSize() const = 0; }; static int const kFPSD_ID = 123; |