Parallel version of Latent SVM.
authorValentina Kustikova <no@email>
Tue, 8 Feb 2011 07:34:25 +0000 (07:34 +0000)
committerValentina Kustikova <no@email>
Tue, 8 Feb 2011 07:34:25 +0000 (07:34 +0000)
commitd03b89f1630e7078c4c6c3db129f59bc0e0cfbc5
tree1bb314c665b63fb6d2f0dd20520c7ae6ab8c767a
parent7539b7de65c7ba2c93f182d52c6515e112d951ee
Parallel version of Latent SVM.
modules/core/include/opencv2/core/internal.hpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/objdetect/src/_latentsvm.h
modules/objdetect/src/_lsvm_error.h
modules/objdetect/src/_lsvm_matching.h
modules/objdetect/src/_lsvm_tbbversion.h [new file with mode: 0644]
modules/objdetect/src/latentsvm.cpp
modules/objdetect/src/latentsvmdetector.cpp
modules/objdetect/src/lsvmtbbversion.cpp [new file with mode: 0644]
modules/objdetect/src/matching.cpp
samples/c/latentsvmdetect.cpp