Merge pull request #12928 from alalek:fix_typo_3.4

pull/12948/head
Alexander Alekhin 6 years ago
commit 55676b7173
  1. 4
      modules/videoio/include/opencv2/videoio.hpp

@ -738,7 +738,7 @@ public:
@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
: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);
@ -764,7 +764,7 @@ public:
@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
: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);

Loading…
Cancel
Save