mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #9235 from sturkmen72:patch-3
This commit is contained in:
@@ -808,12 +808,12 @@ protected:
|
||||
|
||||
class IVideoWriter;
|
||||
|
||||
/** @example videowriter_basic.cpp
|
||||
An example using VideoCapture and VideoWriter class
|
||||
*/
|
||||
/** @brief Video writer class.
|
||||
|
||||
The class provides C++ API for writing video files or image sequences.
|
||||
|
||||
Here is how the class can be used:
|
||||
@include samples/cpp/videowriter_basic.cpp
|
||||
*/
|
||||
class CV_EXPORTS_W VideoWriter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user