FeatureBasedTracking : Différence entre versions
De Transport
(Page créée avec « The goal of this page is to record the objectives of the development of a vision-based road user tracking tool at Ecole Polytechnique and Carleton University. * Objectives … ») |
|||
Ligne 2 : | Ligne 2 : | ||
* Objectives | * Objectives | ||
− | + | # Feature-based tracking, using any "standard" feature tracker, eg KLT | |
− | + | # Compensating small camera vibration (could work for small re-calibrations): an idea is to use features on background objects | |
− | + | # Generic features | |
− | + | # Semi-automated tracking | |
+ | # Other vehicle/road user tracking methods, eg using background subtraction, tracking by detection (HoG detection)... | ||
* Resources | * Resources | ||
** http://code.google.com/p/opencv-feature-tracker/ | ** http://code.google.com/p/opencv-feature-tracker/ | ||
** https://bitbucket.org/Nicolas/trafficintelligence | ** https://bitbucket.org/Nicolas/trafficintelligence | ||
** https://bitbucket.org/trajectories/trajectorymanagementandanalysis | ** https://bitbucket.org/trajectories/trajectorymanagementandanalysis |
Version du 9 juin 2011 à 16:52
The goal of this page is to record the objectives of the development of a vision-based road user tracking tool at Ecole Polytechnique and Carleton University.
- Objectives
- Feature-based tracking, using any "standard" feature tracker, eg KLT
- Compensating small camera vibration (could work for small re-calibrations): an idea is to use features on background objects
- Generic features
- Semi-automated tracking
- Other vehicle/road user tracking methods, eg using background subtraction, tracking by detection (HoG detection)...