1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Fix code snippets inclusion into video tutorials

Code snippets need a section marked with ### above to render properly
This commit is contained in:
Igor Murzov
2020-11-10 15:36:13 +03:00
parent c3e7a23da5
commit 08271e5591
3 changed files with 8 additions and 10 deletions
@@ -32,8 +32,7 @@ In this tutorial you will learn how to:
-# Create and update the background model by using @ref cv::BackgroundSubtractor class;
-# Get and show the foreground mask by using @ref cv::imshow ;
Code
----
### Code
In the following you can find the source code. We will let the user choose to process either a video
file or a sequence of images.