Reputation: 79
I need help with OpenCV to solve the following problem:
Can anyone advise me or recommend a prime example?
Upvotes: 0
Views: 688
Reputation: 13799
That sounds like a job for background substraction.
BackgroundSubtractorMOG2 is the class you will probably want.
I have not used it myself, but here is a tutorial
Upvotes: 1