Y
Hacker News
new
|
ask
|
show
|
jobs
by
catlifeonmars
1489 days ago
I’m curious, could you somehow make the background model adaptive by averaging a rolling window of camera frames to use as the background model in this?
1 comments
maxmunzel
1489 days ago
This is pretty much what I’m doing. Except that I’m using an exponential moving average so I don’t have to mess with windowing.
link
catlifeonmars
1489 days ago
Oh nice, I hadn’t thought of that.
link