Maria Dimashova
|
44e05308d9
|
fixed CvCascadeBoost::train
|
13 years ago |
Leonid Beynenson
|
484e56f31f
|
Fixed small bug in opencv_traincascade application: overflow sometimes happened during calculation of the number of negative samples.
|
13 years ago |
Alexey Kazakov
|
78bd2133cc
|
Added HOG features to the traincascade module
|
13 years ago |
Andrey Kamaev
|
c1940b4ec7
|
Modified install layout for Android
|
14 years ago |
Alexander Shishkov
|
6ecebb7f66
|
fixed #768 ticket
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
|
14 years ago |
Alexander Shishkov
|
ca758a9dac
|
fixed #768 ticket
|
14 years ago |
Maria Dimashova
|
96f69b160c
|
added implementation of CvHaarFeatureParams::read() in traincascade application (#1061)
|
14 years ago |
Ethan Rublee
|
76538fbe6b
|
Making the install and lib, bin directories consistent.
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Anatoly Baksheev
|
69f28ef65c
|
solution folder flag disabled by default
|
14 years ago |
Anatoly Baksheev
|
c49dc37761
|
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
|
14 years ago |
Maria Dimashova
|
8bbbd93410
|
fixed #1025
|
14 years ago |
Maria Dimashova
|
d7f04f04cc
|
fixed #1038
|
14 years ago |
Andrey Kamaev
|
41f5e8e3d8
|
Fixed output paths for some libraries and executables.
Added option to force disable precompiled headers.
|
14 years ago |
Vadim Pisarevsky
|
65a7f13af3
|
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
|
14 years ago |
Maria Dimashova
|
e5c5a1cb3d
|
fixed traincascade
|
14 years ago |
Kirill Kornyakov
|
e7f491ae1a
|
CascadeClassifier refactored. Most of the members and methods are private now.
|
14 years ago |
Maria Dimashova
|
d3ce471cd7
|
returned maxDepth argument
|
14 years ago |
Maria Dimashova
|
62cb71092c
|
fixed traincascade (#554)
|
14 years ago |
Maria Dimashova
|
c104cdce96
|
made random generators of MLL classes depended on default rng (theRNG) (#205).
|
14 years ago |
Kirill Kornyakov
|
c626c4c63e
|
bugfix: wrong command line argument used
|
14 years ago |
Marius Muja
|
16b1f61c83
|
Updated FLANN to version 1.5
|
14 years ago |
Maria Dimashova
|
21e22962d9
|
fixed grammar error
|
14 years ago |
Vadim Pisarevsky
|
f78a3b4cc1
|
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
|
15 years ago |
Vadim Pisarevsky
|
c11bc13126
|
minor fixes in CMake scripts
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |