undone change in ocl.hpp (explicit Image2D constructor)
This commit is contained in:
parent
c18d1ee2a9
commit
38f5c7140c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user