mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
core: clarify documentation of cv::Mat::deallocate() method
This commit is contained in:
parent
c0dc2f2bb3
commit
acc8589083
@ -1468,7 +1468,7 @@ public:
|
||||
*/
|
||||
void release();
|
||||
|
||||
//! deallocates the matrix data
|
||||
//! internal use function, consider to use 'release' method instead; deallocates the matrix data
|
||||
void deallocate();
|
||||
//! internal use function; properly re-allocates _size, _step arrays
|
||||
void copySize(const Mat& m);
|
||||
|
Loading…
Reference in New Issue
Block a user