Update documentation and samples

This commit is contained in:
Suleyman TURKMEN
2018-08-02 21:22:58 +03:00
parent 1c73e66edf
commit c61bc3a0cb
63 changed files with 365 additions and 303 deletions
+8 -3
View File
@@ -815,13 +815,18 @@ protected:
class IVideoWriter;
/** @example videowriter_basic.cpp
/** @example samples/cpp/tutorial_code/videoio/video-write/video-write.cpp
Check @ref tutorial_video_write "the corresponding tutorial" for more details
*/
/** @example samples/cpp/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.
*/
*/
class CV_EXPORTS_W VideoWriter
{
public: