diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-07-02 08:40:13 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-07-02 08:40:13 -0400 |
commit | a7d1deba33a4c45fe3fee11a5e7770d11f9531ca (patch) | |
tree | 9633c90dfbb3d5385dcb4c070e75e2f0b9a52190 /fly-tools | |
parent | ba2bfacec6f2349e9c3b57608674cfb057591ee5 (diff) |
Updated readme
Diffstat (limited to 'fly-tools')
-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> + |