updated gpu initialization functions, added compile-time error on CC 1.0
This commit is contained in:
@@ -232,10 +232,10 @@ private:
|
||||
|
||||
\cvCppFunc{gpu::ConvolveBuf::ConvolveBuf}
|
||||
|
||||
\cvdefCpp{ConvolveBuf();}
|
||||
\cvdefCpp{ConvolveBuf::ConvolveBuf();}
|
||||
Constructs an empty buffer which will be properly resized after first call of the convolve function.
|
||||
|
||||
\cvdefCpp{ConvolveBuf(Size image\_size, Size templ\_size);}
|
||||
\cvdefCpp{ConvolveBuf::ConvolveBuf(Size image\_size, Size templ\_size);}
|
||||
Constructs a buffer for the convolve function with respectively arguments.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user