Skip to content

Commit acc8589

Browse files
committed
core: clarify documentation of cv::Mat::deallocate() method
1 parent c0dc2f2 commit acc8589

File tree

1 file changed

+1
-1
lines changed
  • modules/core/include/opencv2/core

1 file changed

+1
-1
lines changed

modules/core/include/opencv2/core/mat.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ class CV_EXPORTS Mat
14681468
*/
14691469
void release();
14701470

1471-
//! deallocates the matrix data
1471+
//! internal use function, consider to use 'release' method instead; deallocates the matrix data
14721472
void deallocate();
14731473
//! internal use function; properly re-allocates _size, _step arrays
14741474
void copySize(const Mat& m);

0 commit comments

Comments
 (0)