andrewssobral / simple_vehicle_counting

Vehicle Detection, Tracking and Counting
496 stars 246 forks source link

Slow Action when it works in OS Linux Ubuntu Odroid #9

Closed teddyernanto closed 8 years ago

teddyernanto commented 8 years ago

Hello, Mr. Andrew. I'm Teddy Ernanto. Before I ask about how to detect motorcycle and it works in VS2013 Windows. Now, I use odroid with OS Linux Ubuntu 14.04 and OpenCV 2.4.12. The system works is too slow when detect from camera.

  1. Can I change PBAS with other algorithm? Example FrameDifferentTest.cpp in your sub folder BGS Library
  2. Any changes for Cmake?
andrewssobral commented 8 years ago

Hi @teddyernanto I am sorry for my long delayed response. Yes you can replace the PBAS algorithm for which you want. No changes in CMake file if you are using the package_bgs from bgslibrary. Best, Andrews