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.
2 | No.2 Revision |
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.