Commit 55676b71 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #12928 from alalek:fix_typo_3.4

parents d61ad04f a1bd3944
...@@ -738,7 +738,7 @@ public: ...@@ -738,7 +738,7 @@ public:
@note In @ref videoio_c "C API", functions cvRetrieveFrame() and cv.RetrieveFrame() return image stored inside the video @note In @ref videoio_c "C API", functions cvRetrieveFrame() and cv.RetrieveFrame() return image stored inside the video
capturing structure. It is not allowed to modify or release the image! You can copy the frame using capturing structure. It is not allowed to modify or release the image! You can copy the frame using
:ocvcvCloneImage and then do whatever you want with the copy. cvCloneImage and then do whatever you want with the copy.
*/ */
CV_WRAP virtual bool retrieve(OutputArray image, int flag = 0); CV_WRAP virtual bool retrieve(OutputArray image, int flag = 0);
...@@ -764,7 +764,7 @@ public: ...@@ -764,7 +764,7 @@ public:
@note In @ref videoio_c "C API", functions cvRetrieveFrame() and cv.RetrieveFrame() return image stored inside the video @note In @ref videoio_c "C API", functions cvRetrieveFrame() and cv.RetrieveFrame() return image stored inside the video
capturing structure. It is not allowed to modify or release the image! You can copy the frame using capturing structure. It is not allowed to modify or release the image! You can copy the frame using
:ocvcvCloneImage and then do whatever you want with the copy. cvCloneImage and then do whatever you want with the copy.
*/ */
CV_WRAP virtual bool read(OutputArray image); CV_WRAP virtual bool read(OutputArray image);
......
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