user2369589
user2369589

Reputation: 19

How to separate background from foreground images in opencv

How can I separate the background from the objects in foreground for an image using opencv?

Upvotes: 1

Views: 1895

Answers (1)

GPPK
GPPK

Reputation: 6666

You want to use Background subtraction

Using GPU, Java

Here is a tutorial on background detection, I suggest you follow that.

Also, I agree with Rakkun, Tag your questions and detail them better for more helpful answers. Read the FAQ

Upvotes: 1

Related Questions