0

I need help with OpenCV to solve the following problem:

  1. I have some pictures of one place
  2. Each photo compare with the first
  3. in the photos except the first I need to draw the frames where there was a change

Can anyone advise me or recommend a prime example?

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.