projects
/
experiments
/
opencv_trail_effect.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
README: make the sentence about segmentation methods more specific
[experiments/opencv_trail_effect.git]
/
README
diff --git
a/README
b/README
index
8fa70b9
..
0e0e0c8
100644
(file)
--- a/
README
+++ b/
README
@@
-13,7
+13,8
@@
Some examples of it are:
opencv_trail_effect draws a trail after performing foreground segmentation
using OpenCV.
opencv_trail_effect draws a trail after performing foreground segmentation
using OpenCV.
-Segmentation can done using either thresholding or background subtraction.
+Segmentation in opencv_trail_effect can done using either thresholding or
+background subtraction.
A few conditions are required to create a decent effect:
A few conditions are required to create a decent effect:
@@
-53,6
+54,8
@@
frames in the trail, possibly with the most recent frame drawn on top:
$ ./opencv_trail_effect -l 10 -s background -d average -B
$ ./opencv_trail_effect -l 10 -s background -d average -B
+Here is a video showing the examples from above:
+https://www.youtube.com/watch?v=X3oRozxt2O4
Side note
-------------------
Side note
-------------------