Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
logophobia
on May 15, 2022
|
parent
|
context
|
favorite
| on:
The overengineered solution to my pigeon problem
Consider using background subtraction for this:
https://docs.opencv.org/4.x/d1/dc5/tutorial_background_subtr...
Will make things a little more robust (and overengineered!).
catlifeonmars
on May 15, 2022
|
next
[–]
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?
maxmunzel
on May 15, 2022
|
parent
|
next
[–]
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.
catlifeonmars
on May 15, 2022
|
root
|
parent
|
next
[–]
Oh nice, I hadn’t thought of that.
maxmunzel
on May 15, 2022
|
prev
[–]
Thanks for the hint!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Will make things a little more robust (and overengineered!).