mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Wrap gpuMat::release to Python
This commit is contained in:
@@ -155,7 +155,7 @@ public:
|
||||
CV_WRAP void create(Size size, int type);
|
||||
|
||||
//! decreases reference counter, deallocate the data when reference counter reaches 0
|
||||
void release();
|
||||
CV_WRAP void release();
|
||||
|
||||
//! swaps with other smart pointer
|
||||
CV_WRAP void swap(GpuMat& mat);
|
||||
|
||||
Reference in New Issue
Block a user