Update documentation and samples
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user