andrewssobral / simple_vehicle_counting

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

Python Code #7

Closed Tes3awy closed 8 years ago

Tes3awy commented 8 years ago

Do you have any idea how to make a Python Code instead of using C. I am not a big fan of Microsoft Languages :smile: . Help would be really appreciated, detection is easy to do, but my problem is in counting

andrewssobral commented 8 years ago

Hi @Tes3awy unfortunately the source code is available only in standard C++ language, you can compile it in Windows, Linux and Mac OS. Only the template project is based on Microsoft Visual Studio application.