Andrey Kamaev
8cab65c173
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
Andrey Kamaev
65f5343ed5
Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
13 years ago
Leonid Beynenson
9f837d3486
Made changes concerning inserting prefiltering modes into CascadeClassifier class.
...
Now developers should call the method setFaceDetectionMaskGenerator() to use prefiltering mask generator
implemented for face detection.
13 years ago
Anatoly Baksheev
7076dfd7d6
gpu module: refactored devmem2d.hpp (atomic bomb)
13 years ago
Leonid Beynenson
da3a60a5a7
Made changes in the method of inserting prefilters into the CascadeClassifier class.
13 years ago
Leonid Beynenson
630288fdef
Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier.
13 years ago
Maria Dimashova
ba62621534
updated test on lsvm
13 years ago
Maria Dimashova
36967575be
Added doc on c++ version of latent svm
13 years ago
Maria Dimashova
a4bc940a50
fixed method clear()
13 years ago
Maria Dimashova
d3cd2cb5c0
removed porting to java of latent svm
13 years ago
Maria Dimashova
a70496e414
added test for c++ version of latent svm and updated testdata
13 years ago
Maria Dimashova
4d85ee7de1
added c++ wrapper of latent svm
13 years ago
Maria Dimashova
b3fb4986f2
restored doc on latent svm that was lost in moving to rst
13 years ago
Leonid Beynenson
87a21016d8
Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon.
13 years ago
Vadim Pisarevsky
86882e5dd1
fixed bug #1381
13 years ago
Vadim Pisarevsky
1c738820de
fixed resource leak in lsvmparser (ticket #1390 )
13 years ago
Vadim Pisarevsky
3535aacc23
fixed bug #1389
13 years ago
Anatoly Baksheev
25cadb1abd
fixed compilation under ubuntu
13 years ago
Alexey Kazakov
50543d627f
Added HOG features to cascade detection algorithm.
...
Added pedestrian detection trained model for HOG cascade detection algorithm.
13 years ago
Leonid Beynenson
5c3a93a5b8
Small modification in test parameters.
13 years ago
Andrey Kamaev
ccfb3e6a21
Perf tests: fixed some issues
13 years ago
Leonid Beynenson
6bb15fa711
Made perf test for CascadeClassifier (LBP frontal face cascade).
13 years ago
Vadim Pisarevsky
d3d55f3234
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
13 years ago
Vadim Pisarevsky
a51a8ad577
fixed tickets #1301 , #1303 , #1305
13 years ago
Vadim Pisarevsky
02c98152d7
export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298 )
13 years ago
Vadim Pisarevsky
d58459ccdd
fixed default maxSize case in cvHaarDetectObjects (ticket #1296 )
13 years ago
Leonid Beynenson
aa78754720
Changed tabulation.
13 years ago
Kirill Kornyakov
5868875ab9
doc: added maxSize parameter to CascadeClassifier::detectMultiScale
13 years ago
Leonid Beynenson
dc13ec205d
Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved
...
some internal classes and template functions from cascadedetect.cpp to this header.
This will allow to make a child class for such classes as LBPEvaluator, etc.
Also made all "private" fields in LBPEvaluator and HaarEvaluator to be "protected".
14 years ago
Vadim Pisarevsky
ff5e97c8e4
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
14 years ago
Vadim Pisarevsky
8f41b2b23b
commented off print (due to the report from the mailing list)
14 years ago
Evgeniy Kozinov
c3e9d0dd7e
fixed parser bug.
...
fixed TBB version in LatentSVM.
example works ok.
14 years ago
Vadim Pisarevsky
08f1f5769a
ok. enabled TBB in LatentSVM, but need to check if it works
14 years ago
Vadim Pisarevsky
36ba3d691e
temporarily switch off TBB
14 years ago
Andrey Kamaev
87cfcc8ee2
Fixed Android build
14 years ago
Andrey Pavlenko
fbfddbd3ea
- 'c_string' support added to Java API
...
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
14 years ago
Evgeniy Kozinov
07eed8c489
refactoring latentSVM
14 years ago
Vadim Pisarevsky
b0aae19fb4
probably fixed parallel face detector (i.e. built with TBB), ticket #1185 . Thanks to mengw for the patch
14 years ago
Vadim Pisarevsky
5649f35757
some more bugfixed in 2.3 propagated to trunk
14 years ago
Vadim Pisarevsky
b204e73d9a
propagated some more fixes from 2.3 branch to the trunk
14 years ago
James Bowman
1d335bddfc
Fix for SSE swapping bug
14 years ago
Vadim Pisarevsky
8d8ef596c8
introduced new RST/Sphinx domain ocv.
14 years ago
Vadim Pisarevsky
06ac78ee23
some more corrections in the docs
14 years ago
Maria Dimashova
1580806730
removed DOT implementation
14 years ago
Vadim Pisarevsky
9df999154c
fixed a few warnings and bugs, including ticket #1079
14 years ago
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
14 years ago
Maria Dimashova
eace415f57
fixed cascade detection on images of size equal to feature size ( #1070 )
14 years ago
Vadim Pisarevsky
20aca7440f
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
14 years ago
Vadim Pisarevsky
c7a42e9682
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
14 years ago
Leonid Beynenson
1299941622
Made small optimization: for some processors using float accumulator gives speedup.
14 years ago