method that computes a background image using ViBe algorithm [closed]

asked 2014-03-14 23:42:18 -0600

zyt6575 gravatar image

I've searched the documentation and find only Gaussian mixture-based background/foreground segmentation algorithm,Is there any ViBe-based background/foreground segmentation algorithm on GPU?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2017-09-05 10:41:40.535504

Comments

hmm, detective story .. there was a nonfree vibe gpu algorithm in 2.4.5 but it's no more. no idea why.

berak gravatar imageberak ( 2014-03-15 05:52:47 -0600 )edit

probably because ViBE is patented! vibeinmotion.com. That's sad. I want to try this algorithm.

tnq177 gravatar imagetnq177 ( 2014-07-03 02:45:18 -0600 )edit
1

the code is still there if you want to see its implementation: https://github.com/Itseez/opencv/commit/49a4f27d421c1456771583c085e6431beff31465

tnq177 gravatar imagetnq177 ( 2014-07-03 03:04:25 -0600 )edit

@tnq177, did you try the pseudocode from their website ? pretty nice, even on CPU i'd say.

berak gravatar imageberak ( 2014-07-03 04:55:03 -0600 )edit