1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Wrap gpuMat::release to Python

This commit is contained in:
huangziqing
2022-05-02 00:54:17 +08:00
parent 1b07274e34
commit 82ae9ef541
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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);