Commit acc85890 authored by Alexander Alekhin's avatar Alexander Alekhin

core: clarify documentation of cv::Mat::deallocate() method

parent c0dc2f2b
...@@ -1468,7 +1468,7 @@ public: ...@@ -1468,7 +1468,7 @@ public:
*/ */
void release(); void release();
//! deallocates the matrix data //! internal use function, consider to use 'release' method instead; deallocates the matrix data
void deallocate(); void deallocate();
//! internal use function; properly re-allocates _size, _step arrays //! internal use function; properly re-allocates _size, _step arrays
void copySize(const Mat& m); void copySize(const Mat& m);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment