where is Latent SVM in OpenCV 3.0 alpha
I can't find the Latent SVM in module objdetect in OpenCV 3.0 alpha.
Who can tell me where it is ?
Thanks.
I can't find the Latent SVM in module objdetect in OpenCV 3.0 alpha.
Who can tell me where it is ?
Thanks.
Asked: 2014-09-14 02:16:17 -0600
Seen: 373 times
Last updated: Sep 14 '14
latentSVM vs CascadeClassifier
latentsvm_multidetect sample gives very bad results
LatentSVM: svmlight training parameters
latentsvmdetector - Converting Matlab models to xml
New Model constructed using VOC takes more time in Latent SVM
Latent SVM omplementation in opencv [closed]
It has been removed in this alpha version. As far I know, opencv guys are considering to include it in a near future release.
Oh just like tons of other object detection frameworks the alpha release is missing tons of stuff. No idea why, probably because they are completely reworking the machine learning interface and those functions depend heavily. My advice, stick to 2.4.9 for the moment if you want a stable OpenCV release.
the old latent svm was nice, but slow as molasses. my guess is, we don't get that back exactly, more a 'LatentSvmDetectorCaskade'
Slow or not, both should be side to side to comparr in my opinion. The latentsvm implementation was like v1.0 of the official LSVM. Removing that seems pointless...
i'm not sure, but the mentioned pr seems to have the old latentsvm as a subset