Alexander Alekhin
44d7435a48
build: eliminate calls of removed functionality from C++17
...
Most part is deprecated since C++11
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
Alexander Karsakov
b046210296
Changed epsilon for hog test, because hog detector is sensible to resize accuracy.
11 years ago
Andrey Pavlenko
b7198ccf1c
dropping legacy modes testing
11 years ago
Konstantin Matskevich
84fa60abb8
update test for cascade
11 years ago
Konstantin Matskevich
3495c5953c
fixes
11 years ago
Vadim Pisarevsky
30593ee55e
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
11 years ago
Konstantin Matskevich
5c38519c65
some changes
11 years ago
Konstantin Matskevich
3ea32b87bb
perf test
11 years ago
Andrey Pavlenko
c7d90c8b32
adding old cascade
11 years ago
Andrey Pavlenko
9b7b360bf7
fixing compilation if `WITH_OPENCL=OFF`
11 years ago
Andrey Pavlenko
520a692fda
switching to `CL_PERF_TEST_P`, adding `safeFinish()` to flush CL queue
11 years ago
Andrey Pavlenko
2c0e24e948
adding Haar & LBP cascades perf test using UMat, removing old incomplete test
11 years ago
Vadim Pisarevsky
8998186ce4
removed extra whitespaces and hopefully fixed the test failures
11 years ago
Roman Donchenko
9ed475cf52
War on Whitespace, master edition: file endings.
11 years ago
Roman Donchenko
d9f71b762f
Deleted almost all of the precomp.cpp files.
...
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
11 years ago
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
marina.kolpakova
1b43b0e2df
move soft cascade functionality into dedicated module
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
Andrey Kamaev
ca7abe1239
Reduce number of performance tests for LBP cascade
12 years ago
Andrey Kamaev
a126532cb7
Fix OS X build warnings
12 years ago
marina.kolpakova
157ab66ab9
add ROI support
12 years ago
marina.kolpakova
4a1c4a9862
soft cascade become Algorithm
12 years ago
marina.kolpakova
ff8417db00
remove input frame size constraints
12 years ago
marina.kolpakova
017d970b9a
load SoftCascade from FileStorage
12 years ago
marina.kolpakova
8e092f8b5d
add Detection struct to interface
12 years ago
marina.kolpakova
cc300a69b1
add perfomance test for CPU soft cascade
12 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
12 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
12 years ago
Andrey Kamaev
2b0072d823
Suppress more warnings in gtest on OS X
12 years ago
Andrey Kamaev
e2ff0ed1fb
Add sanity checks to objdetect module perf tests
12 years ago
Vadim Pisarevsky
06a13d9ba0
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
12 years ago
Andrey Kamaev
e900952b87
quiet most of the OSX build warnings
13 years ago
Marina Kolpakova
1365e28a54
initial support of GPU LBP classifier: added new style xml format loading
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
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
87a21016d8
Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon.
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