Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
Alexander Karsakov
|
b046210296
|
Changed epsilon for hog test, because hog detector is sensible to resize accuracy.
|
2014-04-28 11:37:46 +04:00 |
|
Andrey Pavlenko
|
b7198ccf1c
|
dropping legacy modes testing
|
2014-03-20 22:30:16 +04:00 |
|
Konstantin Matskevich
|
84fa60abb8
|
update test for cascade
|
2014-02-05 12:06:48 +04:00 |
|
Andrey Pavlenko
|
22146e4b18
|
Merge pull request #2234 from KonstantinMatskevich:ocl_tapi_hog
|
2014-02-04 16:35:12 +04:00 |
|
Konstantin Matskevich
|
3495c5953c
|
fixes
|
2014-02-03 16:38:06 +04:00 |
|
Vadim Pisarevsky
|
30593ee55e
|
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
|
2014-02-03 15:12:27 +04:00 |
|
Konstantin Matskevich
|
5c38519c65
|
some changes
|
2014-02-03 14:46:53 +04:00 |
|
Konstantin Matskevich
|
3ea32b87bb
|
perf test
|
2014-02-03 14:46:52 +04:00 |
|
Andrey Pavlenko
|
c7d90c8b32
|
adding old cascade
|
2014-01-14 23:15:50 +04:00 |
|
Andrey Pavlenko
|
9b7b360bf7
|
fixing compilation if WITH_OPENCL=OFF
|
2014-01-14 17:50:00 +04:00 |
|
Andrey Pavlenko
|
520a692fda
|
switching to CL_PERF_TEST_P , adding safeFinish() to flush CL queue
|
2014-01-13 16:58:36 +04:00 |
|
Andrey Pavlenko
|
2c0e24e948
|
adding Haar & LBP cascades perf test using UMat, removing old incomplete test
|
2014-01-10 00:08:15 +04:00 |
|
Vadim Pisarevsky
|
8998186ce4
|
removed extra whitespaces and hopefully fixed the test failures
|
2013-12-23 18:41:54 +04:00 |
|
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +04:00 |
|
Roman Donchenko
|
f76dd99299
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVModule.cmake
doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
doc/tutorials/features2d/feature_detection/feature_detection.rst
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
doc/tutorials/features2d/feature_homography/feature_homography.rst
modules/core/include/opencv2/core/operations.hpp
modules/core/src/arithm.cpp
modules/gpu/perf/perf_video.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/java/generator/gen_java.py
modules/java/generator/src/cpp/VideoCapture.cpp
modules/nonfree/src/opencl/surf.cl
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_precomp.hpp
modules/ocl/src/color.cpp
modules/ocl/src/filtering.cpp
modules/ocl/test/test_color.cpp
modules/ocl/test/test_objdetect.cpp
modules/python/src2/cv2.cpp
samples/gpu/CMakeLists.txt
samples/gpu/super_resolution.cpp
|
2013-08-19 19:02:36 +04:00 |
|
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.
|
2013-08-08 12:43:07 +04:00 |
|
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>
|
2013-03-13 17:26:56 +04:00 |
|
marina.kolpakova
|
1b43b0e2df
|
move soft cascade functionality into dedicated module
|
2013-02-01 14:36:05 +04:00 |
|
marina.kolpakova
|
e15bdea663
|
fix test for new cascade
|
2013-01-18 17:14:11 +04:00 |
|
marina.kolpakova
|
913faf2ef4
|
fix test for a new test data
|
2013-01-18 15:58:47 +04:00 |
|
marina.kolpakova
|
f1b4b13e64
|
perf test
|
2013-01-18 15:58:47 +04:00 |
|
Andrey Kamaev
|
962884cdec
|
Merge branch 2.4
|
2012-12-21 17:58:48 +04:00 |
|
Andrey Kamaev
|
ca7abe1239
|
Reduce number of performance tests for LBP cascade
|
2012-12-20 12:25:59 +04:00 |
|
marina.kolpakova
|
be40bd5c74
|
Merge remote-tracking branch 'cuda-geek/soft-cascade-cpu'
|
2012-11-13 23:37:44 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
marina.kolpakova
|
157ab66ab9
|
add ROI support
|
2012-11-08 02:34:49 +04:00 |
|
marina.kolpakova
|
4a1c4a9862
|
soft cascade become Algorithm
|
2012-11-08 02:34:48 +04:00 |
|
marina.kolpakova
|
ff8417db00
|
remove input frame size constraints
|
2012-11-07 03:19:07 +04:00 |
|
marina.kolpakova
|
017d970b9a
|
load SoftCascade from FileStorage
|
2012-11-07 03:19:06 +04:00 |
|
marina.kolpakova
|
8e092f8b5d
|
add Detection struct to interface
|
2012-11-07 03:19:06 +04:00 |
|
marina.kolpakova
|
cc300a69b1
|
add perfomance test for CPU soft cascade
|
2012-11-07 03:19:05 +04:00 |
|
Andrey Kamaev
|
63ee26adda
|
Merge pull request #127 from cuda-geek/apple2clang
|
2012-11-02 14:29:39 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
e3be5f138a
|
Fixed sanity checks in several performance tests
|
2012-11-01 16:29:30 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
Andrey Kamaev
|
e2ff0ed1fb
|
Add sanity checks to objdetect module perf tests
|
2012-10-09 15:28:51 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Marina Kolpakova
|
1365e28a54
|
initial support of GPU LBP classifier: added new style xml format loading
|
2012-06-22 15:00:36 +00:00 |
|
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
2012-06-08 14:54:17 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
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
|
2011-12-29 16:46:16 +00:00 |
|
Leonid Beynenson
|
87a21016d8
|
Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon.
|
2011-09-28 21:14:20 +00:00 |
|
Leonid Beynenson
|
5c3a93a5b8
|
Small modification in test parameters.
|
2011-09-09 11:28:19 +00:00 |
|
Andrey Kamaev
|
ccfb3e6a21
|
Perf tests: fixed some issues
|
2011-09-08 09:29:27 +00:00 |
|
Leonid Beynenson
|
6bb15fa711
|
Made perf test for CascadeClassifier (LBP frontal face cascade).
|
2011-09-07 19:52:52 +00:00 |
|