Ask Your Question

Revision history [back]

cvLatentSvmDetectObjects returns empty sequence

Hello everyone!

I'm trying to execute the example code of LatentSVM included in 'samples/c/latentsvmp.cpp' of openCV 2.4.11 version, but when the function cvLatentSvmDetectObjects is called always return an empty sequence. I'm using the default configuration and files given, do you have the same problem?

detections = cvLatentSvmDetectObjects(image, detector, storage, 0.1f, numThreads);

Thanks for all!