atduskgreg / opencv-processing

OpenCV for Processing. A creative coding computer vision library based on the official OpenCV Java API
Other
1.33k stars 464 forks source link

Blob persistence #22

Open atduskgreg opened 11 years ago

atduskgreg commented 11 years ago

Implement a Blob base class that both face detection and contour tracking results can use / inherit from. This class should handle blob persistence following something like the strategy articulated here:

http://www.shiffman.net/2011/04/26/opencv-matching-faces-over-time/

or here:

https://github.com/kylemcdonald/ofxCv/blob/master/libs/ofxCv/src/Tracker.cpp

jorditost commented 9 years ago

Is there some update with this enhancement?

jorditost commented 9 years ago

Check these sketches, both in the examples folder of the repo: