Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Ilya Lavrenov
|
8b510ad8dc
|
sse2 hog
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Andrey Kamaev
|
37d695a62e
|
Use gtest assertions in cascade test
This simplifies test debugging a lot
|
12 years ago |
marina.kolpakova
|
1b43b0e2df
|
move soft cascade functionality into dedicated module
|
12 years ago |
Vadim Pisarevsky
|
638c0d1bf4
|
fixed compile warnings
|
12 years ago |
Vadim Pisarevsky
|
18039d7829
|
added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669
|
12 years ago |
Evgeny Talanin
|
50c2f87add
|
Fix and test for #2607
|
12 years ago |
marina.kolpakova
|
e15bdea663
|
fix test for new cascade
|
12 years ago |
marina.kolpakova
|
913faf2ef4
|
fix test for a new test data
|
12 years ago |
marina.kolpakova
|
f1b4b13e64
|
perf test
|
12 years ago |
marina.kolpakova
|
3e7965a5a5
|
first debug integration of newly trained cascade
|
12 years ago |
marina.kolpakova
|
1edab12068
|
fix for negative confidence
|
13 years ago |
marina.kolpakova
|
bd9ca48fab
|
export to python/java
|
13 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
13 years ago |
marina.kolpakova
|
157ab66ab9
|
add ROI support
|
13 years ago |
marina.kolpakova
|
65543c53f6
|
update test according to resize usage
|
13 years ago |
marina.kolpakova
|
4a1c4a9862
|
soft cascade become Algorithm
|
13 years ago |
marina.kolpakova
|
ff8417db00
|
remove input frame size constraints
|
13 years ago |
marina.kolpakova
|
3cb9afb4e7
|
test update because changed Sobel Normalization
|
13 years ago |
marina.kolpakova
|
16dd09ccfc
|
move scale related parameters to SoftCascade constructor
|
13 years ago |
marina.kolpakova
|
017d970b9a
|
load SoftCascade from FileStorage
|
13 years ago |
marina.kolpakova
|
2d0fc80c95
|
use IntegralChannels class
|
13 years ago |
marina.kolpakova
|
5651743784
|
remove debug imshow from code
|
13 years ago |
marina.kolpakova
|
8e092f8b5d
|
add Detection struct to interface
|
13 years ago |
marina.kolpakova
|
765dea9ddf
|
fix bugs in the soft cascade detect method; add options for debug logging
- WITH_DEBUG_OUT for logging cascade scales
- DEBUG_STORE_IMAGES for xml matrix serialization
- DEBUG_SHOW_RESULT to see detection result
|
13 years ago |
marina.kolpakova
|
6f53be4102
|
shrinking before integral calculation
|
13 years ago |
marina.kolpakova
|
dc74ce20ab
|
OpenCV friendly xml format for soft cascade
|
13 years ago |
marina.kolpakova
|
c04725b681
|
add apply cascade method
|
13 years ago |
marina.kolpakova
|
b0b85f36f6
|
add test for soft cascade detect method
|
13 years ago |
marina.kolpakova
|
a54d456ad0
|
parse soft cascade from xml
|
13 years ago |
marina.kolpakova
|
9966d7feba
|
add structures for cascade representation
|
13 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
13 years ago |
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
13 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
13 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Andrey Kamaev
|
2a39128268
|
Updated latentSVM tests and data
|
13 years ago |
Maria Dimashova
|
ba62621534
|
updated test on lsvm
|
14 years ago |
Maria Dimashova
|
a70496e414
|
added test for c++ version of latent svm and updated testdata
|
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 |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |