Framebuf - Dynamic Background Subtraction
Author: | u7angel |
Date: | 24 Jun, 2013 |
Category: | plugin |
Credits: | gnox |
Download
64bit
Description
a goodie from the past: this is a freeframe plugin i used to optimize video-tracking and filter static background.
just got it working with beta30 again. in order to do so you need to:
- copy framebuf.dll to vvvv_45beta30_x86\lib\nodes\freeframes
- copy the contents(opencv stuff) of system.zip to C:\Windows\system
- start vvvv and check helpfile
beware, it might not work with resolution higher than 640x480
if you want to make an opencv 2.0 version or something better, the zip contains the code
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
good old times!
Hi , just to inform that https://docs.opencv.org/3.4/d7/d7b/classcv_1_1BackgroundSubtractorMOG2.html BackgroundSubtractorMOG2 is in OpenCV vl already and could be an alternative to this great plug for adaptative background suppresion.