diff options
Diffstat (limited to 'fly-tools/README.markdown')
-rw-r--r-- | fly-tools/README.markdown | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fly-tools/README.markdown b/fly-tools/README.markdown index 791e429..0bc9142 100644 --- a/fly-tools/README.markdown +++ b/fly-tools/README.markdown @@ -31,3 +31,17 @@ Usage: Todo: * automatically detect CPU count and apply threads accordingly + +derive-background +----------------- + +This tool will generate a common background image of a set of video frames (PNGs), based on the statistical mode of each pixel. + +Warning: + + This will eat a huge chunk of memory. with 2,500 images at 173x174 pixels, it took almost 3Gb of ram. + +Usage: + + derive-background -i <input-list> -s <sample-file> -o <output-filename> + |