Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Have a look at the LatentSvmDetector. OpenCV already provides different classificators trained to detect people, cars, cats, airplanes...

I guess you have to implement the tracking yourself, but OpenCV also provides helpful functionality like e.g. Kalman filters for that.

Have a look at the LatentSvmDetector. OpenCV already provides different classificators trained to detect people, cars, cats, airplanes...

I guess you have to implement the tracking yourself, but OpenCV also provides helpful functionality like e.g. Kalman filters for that.

UPDATE Here you can find latentsvm models not included in the OpenCV release version.