From a6fec9491c1e9e8de37a328d201f8db0ae98b8c3 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 22 Feb 2018 13:07:39 +0100 Subject: [PATCH] TODO: mention that there are new background subtraction methods available --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 8aa8ef1..f6cf687 100644 --- a/TODO +++ b/TODO @@ -4,3 +4,5 @@ - Some trivial cases of trails just need a framebuffer with no need to keep the history of frames, see if the code handling those cases can be optimized - Clean up the code? My C++ is a little C-ish... +- Evaluate other background subtraction methods: + https://github.com/opencv/opencv_contrib/blob/master/modules/bgsegm/samples/evaluation.py -- 2.1.4