Skip to content

TimingSpace/ParticleFilterTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ParticleFilterTracker

OpenCV based particle tracker

  1. I change the method with a openCV c++ interface which make it easy to use Mat and so on
  2. I define a class which include all function(method), you can use the tracker just by including the .h file

based OpenCV

compile

g++ testpf.cpp -o pfTracker pkg-config --libs opencv --cflags

run

./ pfTracker to track something in camera

usage

  1. press 'i' to initial with dray mouse
  2. press any key to track
  3. press 'q' to quit

About

OpenCV based particle tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages