8aa8ef1683cee28ab9b4afc286de31f21033135d
[experiments/opencv_trail_effect.git] / TODO
1 - Validate input arguments: for example some ints must be >= 0
2 - Add options to control the delay of when frames are added or removed from
3   the trail
4 - Some trivial cases of trails just need a framebuffer with no need to keep
5   the history of frames, see if the code handling those cases can be optimized
6 - Clean up the code? My C++ is a little C-ish...