Giter VIP home page Giter VIP logo

dvrpc's Introduction

Vision Based Vehicle Tracking

Heading

  • Demo video (YouTube)
  • Webpage (abstract, methodoloy, paper, datasets, etc.)

Required programs & libraries

               Tested Version
- Linux        Ubuntu 14.04 LTE
- Make         3.81
- OpenCV       2.4.8 (if installed with apt-get, do "pkg-config --modversion opencv" to check installed version)
- gcc          4.8.2 (using colorgcc in Makefile)

You also need a video and specify its location in the Makefile.

Overview of Programs

Overview

Boxes are programs and ellipses are input/output files.

Project directory structure

- bin            Directory containing object and executable files.
- intermediate   Directory containing files used between programs.
- Makefile       File for compiling C++ code.
- MATLAB         Directory containing MATLAB code (used for prototyping).
- src            Directory containing C++ code.

List of commands to build & run

make extract_bg

Extracts background model from video and stores it in intermediate\bg.txt.

make extract_traj

Extracts trajectories from video and stores it in intermediate\traj.txt. It uses intermediate\bg.txt.

make group_traj

Groups trajectories from video. It uses intermediate\traj.txt.

make play_video

Plays video between specified range.

For further options and other programs, see Makefile.

dvrpc's People

Contributors

takfuruya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.