Is it possible to use ViBe algorithm, implemented in opencv, for systema without GPU?

后端 未结 3 696
清酒与你
清酒与你 2020-12-16 07:26

I want to test ViBe algorithm for Background Subtraction. Currently I am using opencv libraries. I found out a sample implementation in opencv/samples/gpu/bgfg_segm.cpp and

3条回答
  •  星月不相逢
    2020-12-16 07:54

    I have the same problem with you: want to use Vibe without GPU in OpenCV. Unfortunately, there's no non-gpu implementation in current version of OpenCV(2.4.3). If I'm wrong, please let me know. So I implemented the vibe myself base on the pseudo code presented in the paper. It's not as difficult as I thought.

    And I'm happy with this algorithm so far. It's great in general, but I think there still needs some further works to conquer the ghost problem.

提交回复
热议问题