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".
13 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
Vadim Pisarevsky
c0ec0e05c5
made datamatrix build on Windows; fixed unresolved symbols
14 years ago
Ethan Rublee
355ad2993a
adding c++ interface to the datamtrix codes of j.
14 years ago
Maria Dimashova
a360a19c56
added TBB optimization to DOT
14 years ago
Vadim Pisarevsky
23768b1826
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719 )
14 years ago
Vadim Pisarevsky
51c6842384
alter the read stage.threshold to match traincascade behavior (ticket #1071 )
14 years ago
Elena Fedotova
99ef14ad77
Purpose: completed the objdetect chapter
14 years ago
Maria Dimashova
0f6b8002dc
fixed save/load of dot; added data for the sample
14 years ago
Maria Dimashova
f4c74eb532
changed the dot
14 years ago
Anatoly Baksheev
927dccb463
fixed compilation WITH_TBB
14 years ago
Anatoly Baksheev
1c18e5fef9
fixed ~300 warnings under windows (had to hack gtest a bit)
14 years ago
Vadim Pisarevsky
0c9e5f6c9c
removed comments in Russian
14 years ago
Maria Dimashova
9ce792fb3a
minor
14 years ago
Vadim Pisarevsky
23a9b7bb9c
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
14 years ago
Leonid Beynenson
2806db93d8
Merged the branch /branches/opencv_pthread_framework/opencv into the trunk.
...
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
14 years ago
Vadim Pisarevsky
9702b5ef8a
made the samples compile on Windows
14 years ago
Vadim Pisarevsky
9ca45daba3
fixed couple of integral-related bugs
14 years ago
Vadim Pisarevsky
0e0929af15
fixed compile errors on Ubuntu
14 years ago
Maria Dimashova
cd981f4d13
started to integrate DOT detector
14 years ago
James Bowman
6f82c0d662
simple mean for decode
14 years ago
Alexey Kazakov
1e69bd5118
class MeanshiftGrouping replaced from objdetect.hpp to cascadedetect.cpp
14 years ago
Alexey Kazakov
fb0b25692e
A little fix in haar cascade
14 years ago
Vadim Pisarevsky
5c1fafdd6f
moved precomp.hpp before all other headers (to repair PCH mechanism). moved tables from the header to datamatrix.cpp
14 years ago
Alexey Kazakov
e9aa6fa012
Added ROC-curve calculating to the cascade detection algorithm
14 years ago
Vadim Pisarevsky
06070dfcf6
fixed linker errors by adding CV_EXPORTS to the exported DataMatrix functionality;
14 years ago
Vadim Pisarevsky
a4924cf52d
some more minor fixes in datamatrix: warnings eliminated, replaced MMX intrinsics (which are not recommended to use on x64) with SSE2.
14 years ago
James Bowman
2c05ddd565
#1018 : predicate on SSE2
14 years ago
Andrey Morozov
efd368f432
temporary fix for problem with compilation sse intrinsics on Windows
14 years ago