Andrey Kamaev
|
470f6fafeb
|
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
|
2012-03-31 22:30:18 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
2012-03-15 14:36:01 +00:00 |
|
Andrey Kamaev
|
e426dfc396
|
Fixed #1613: removed YUV420i color conversion constants
|
2012-02-21 15:08:03 +00:00 |
|
Victoria Zhislina
|
0630e7010e
|
CV_USE_UNROLLED for imgproc
|
2012-02-21 11:31:23 +00:00 |
|
Anatoly Baksheev
|
84db4eb6fa
|
fixed ~200 warnings for windows
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
|
2012-02-14 10:22:34 +00:00 |
|
Andrey Pavlenko
|
d0981a628a
|
Tegra optimization for image filtering
|
2012-01-23 09:16:07 +00:00 |
|
Andrey Kamaev
|
347a7106ab
|
Added exhaustive perf test for cvtColor instead of several small tests
|
2012-01-23 07:08:31 +00:00 |
|
Ivan Korolev
|
754891ec96
|
Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge.
|
2012-01-20 13:19:49 +00:00 |
|
Ivan Korolev
|
513f4128ec
|
account test
|
2012-01-19 12:20:34 +00:00 |
|
Kirill Kornyakov
|
49f29aeb6a
|
Created perf tests for cornerHarris, cornerEigenValsAndVecs, goodFeaturesToTrack, adaptiveThreshold, HoughLines.
|
2012-01-16 13:35:16 +00:00 |
|
Andrey Kamaev
|
61cb83b481
|
Fixed small bug in summary.py
|
2012-01-13 12:37:10 +00:00 |
|
Andrey Pavlenko
|
8e48dd5cbd
|
fixing compilation on Android
|
2012-01-12 11:53:33 +00:00 |
|
Andrey Pavlenko
|
3d54ce55f2
|
fixing compilation on Windows (std::tr1::tie() is undefined), removing warnings (conversion int to float/double)
|
2012-01-12 11:50:59 +00:00 |
|
Andrey Pavlenko
|
07d157591a
|
Tegra optimization for warpPerspective() and 2 new perf tests
|
2012-01-11 14:18:10 +00:00 |
|
Andrey Kamaev
|
dd311b8d3c
|
Added perf test for RGB(A)/BGR(A) to YCrCb conversion
|
2012-01-09 16:38:44 +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 |
|
Andrey Kamaev
|
683be58119
|
Added perf test for INTER_AREA resize
|
2011-12-29 11:55:26 +00:00 |
|
Andrey Kamaev
|
f937d68d60
|
Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests
|
2011-12-27 16:37:24 +00:00 |
|
Andrey Kamaev
|
8108dfb397
|
Added perf tests for blur, medianBlur, GaussianBlur
|
2011-12-26 13:17:35 +00:00 |
|
Andrey Kamaev
|
c29ea1056d
|
Added perf test for cv::threshold
|
2011-12-23 16:09:53 +00:00 |
|
Andrey Kamaev
|
cb687b9b1e
|
Added performance test for cv::dilate
|
2011-12-23 15:45:57 +00:00 |
|
Andrey Kamaev
|
1c9d75081c
|
Added performance test for pyrUp/pyrDown
|
2011-11-24 11:39:35 +00:00 |
|
Andrey Kamaev
|
4136855ba8
|
Tegra-optimized Canny
|
2011-11-11 14:45:53 +00:00 |
|
Kirill Kornyakov
|
7113122312
|
integral perf tests renamed for readability
|
2011-11-07 13:06:48 +00:00 |
|
Kirill Kornyakov
|
7cd4761fc8
|
integral perf tests renamed for readability
|
2011-11-07 13:05:52 +00:00 |
|
Andrey Kamaev
|
2f1cd91ff3
|
More performance tests for Sobel and Scharr filters
|
2011-11-03 16:08:49 +00:00 |
|
Andrey Kamaev
|
a612fa1520
|
Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel
|
2011-11-01 15:41:43 +00:00 |
|
Andrey Kamaev
|
46262b1972
|
Added performance test for Canny
|
2011-11-01 09:07:34 +00:00 |
|
Andrey Kamaev
|
583ceef6a5
|
Terga optimization for integral_8u32s
|
2011-10-31 08:00:20 +00:00 |
|
Kirill Kornyakov
|
11b7127647
|
minor fix of inpaint perf test
|
2011-10-21 08:22:11 +00:00 |
|
Andrey Pavlenko
|
9b0cc77cfe
|
Fixing compilation
|
2011-10-21 05:37:33 +00:00 |
|
Kirill Kornyakov
|
7c83f0dd86
|
inpaint perf test added
|
2011-10-20 11:00:29 +00:00 |
|
Kirill Kornyakov
|
0e9d0f6d06
|
updated erode perf test
|
2011-10-06 14:10:29 +00:00 |
|
Kirill Kornyakov
|
20e49c8286
|
added perf test for cv::erode
|
2011-10-06 12:42:14 +00:00 |
|
Andrey Pavlenko
|
b58b04a31c
|
Perf Tests: updates to cvtColor() & integral() perf tests
|
2011-09-07 12:50:56 +00:00 |
|
Andrey Kamaev
|
5cce038958
|
Performance testing branch is merged back into trunk
|
2011-09-06 15:30:28 +00:00 |
|