Commit 38f5c714 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

undone change in ocl.hpp (explicit Image2D constructor)

parent c18d1ee2
...@@ -585,7 +585,7 @@ class CV_EXPORTS Image2D ...@@ -585,7 +585,7 @@ class CV_EXPORTS Image2D
{ {
public: public:
Image2D(); Image2D();
explicit Image2D(const UMat &src); Image2D(const UMat &src);
~Image2D(); ~Image2D();
void* ptr() const; void* ptr() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment