SURF kind of works (let's see if the tests pass)

This commit is contained in:
Vadim Pisarevsky
2014-02-04 20:00:51 +04:00
parent 8d5e952263
commit c18d1ee2a9
5 changed files with 208 additions and 465 deletions

View File

@@ -585,7 +585,7 @@ class CV_EXPORTS Image2D
{
public:
Image2D();
Image2D(const UMat &src);
explicit Image2D(const UMat &src);
~Image2D();
void* ptr() const;