We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0dc2f2 + acc8589 commit 09436dfCopy full SHA for 09436df
modules/core/include/opencv2/core/mat.hpp
@@ -1468,7 +1468,7 @@ class CV_EXPORTS Mat
1468
*/
1469
void release();
1470
1471
- //! deallocates the matrix data
+ //! internal use function, consider to use 'release' method instead; deallocates the matrix data
1472
void deallocate();
1473
//! internal use function; properly re-allocates _size, _step arrays
1474
void copySize(const Mat& m);
0 commit comments