method that computes a background image using ViBe algorithm [closed]
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?
hmm, detective story .. there was a nonfree vibe gpu algorithm in 2.4.5 but it's no more. no idea why.
probably because ViBE is patented! vibeinmotion.com. That's sad. I want to try this algorithm.
the code is still there if you want to see its implementation: https://github.com/Itseez/opencv/commit/49a4f27d421c1456771583c085e6431beff31465
@tnq177, did you try the pseudocode from their website ? pretty nice, even on CPU i'd say.