mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 04:12:52 +08:00
Add docstring for UMat::handle
This commit is contained in:
parent
a4c70aebd0
commit
4c095a76c0
@ -2464,6 +2464,10 @@ public:
|
||||
UMat& operator = (UMat&& m);
|
||||
#endif
|
||||
|
||||
/*! Returns the OpenCL buffer handle on which UMat operates on.
|
||||
The UMat instance should be kept alive during the use of the handle to prevent the buffer to be
|
||||
returned to the OpenCV buffer pool.
|
||||
*/
|
||||
void* handle(int accessFlags) const;
|
||||
void ndoffset(size_t* ofs) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user