Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
12 years ago |
Daniil Osokin
|
f1d41d8b94
|
disabled whole perf test for distance transform
|
12 years ago |
Daniil Osokin
|
f4d4b0d742
|
disabled perf test on distance transform
|
12 years ago |
Daniil Osokin
|
0609f4e9b4
|
Added blur16x16 perf test
|
12 years ago |
Daniil Osokin
|
b97b48ecb6
|
Added perf tests for histogram
|
12 years ago |
Daniil Osokin
|
0b54739822
|
Added perf test for distanceTransform
|
12 years ago |
Daniil Osokin
|
7a2eb514fa
|
Added color YUV422 perf test
|
12 years ago |
Daniil Osokin
|
e37b9469da
|
Added perf tests
|
12 years ago |
Daniil Osokin
|
4fdff6347f
|
Added blur16x16 perf test
|
12 years ago |
Daniil Osokin
|
136dff5fe4
|
Added perf tests for histogram
|
12 years ago |
Daniil Osokin
|
9a408c744d
|
Added perf test for distanceTransform
|
12 years ago |
Daniil Osokin
|
bbc8605530
|
Added color YUV422 perf test
|
12 years ago |
Daniil Osokin
|
8f6a2438a7
|
Added perf test for remap
|
12 years ago |
Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
12 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
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
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
13 years ago |
Andrey Kamaev
|
0e9e0a01db
|
Added new perf tests for boxFilter
|
13 years ago |
Andrey Kamaev
|
a33d67f48a
|
Updated sanity checks for some imgproc perf tests
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Andrey Kamaev
|
d46659f6cc
|
Set sanity thresholds for several performance tests
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Andrey Kamaev
|
41eb91f5f1
|
Updated performance tests sanity data; fixed some tests
|
13 years ago |
Andrey Kamaev
|
470f6fafeb
|
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
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.
|
13 years ago |
Andrey Kamaev
|
e426dfc396
|
Fixed #1613: removed YUV420i color conversion constants
|
13 years ago |
Victoria Zhislina
|
0630e7010e
|
CV_USE_UNROLLED for imgproc
|
13 years ago |
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)
|
13 years ago |
Andrey Pavlenko
|
d0981a628a
|
Tegra optimization for image filtering
|
13 years ago |
Andrey Kamaev
|
347a7106ab
|
Added exhaustive perf test for cvtColor instead of several small tests
|
13 years ago |
Ivan Korolev
|
754891ec96
|
Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge.
|
13 years ago |
Ivan Korolev
|
513f4128ec
|
account test
|
13 years ago |
Kirill Kornyakov
|
49f29aeb6a
|
Created perf tests for cornerHarris, cornerEigenValsAndVecs, goodFeaturesToTrack, adaptiveThreshold, HoughLines.
|
13 years ago |
Andrey Kamaev
|
61cb83b481
|
Fixed small bug in summary.py
|
13 years ago |
Andrey Pavlenko
|
8e48dd5cbd
|
fixing compilation on Android
|
13 years ago |
Andrey Pavlenko
|
3d54ce55f2
|
fixing compilation on Windows (std::tr1::tie() is undefined), removing warnings (conversion int to float/double)
|
13 years ago |
Andrey Pavlenko
|
07d157591a
|
Tegra optimization for warpPerspective() and 2 new perf tests
|
13 years ago |
Andrey Kamaev
|
dd311b8d3c
|
Added perf test for RGB(A)/BGR(A) to YCrCb conversion
|
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 |
Andrey Kamaev
|
683be58119
|
Added perf test for INTER_AREA resize
|
13 years ago |
Andrey Kamaev
|
f937d68d60
|
Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests
|
13 years ago |
Andrey Kamaev
|
8108dfb397
|
Added perf tests for blur, medianBlur, GaussianBlur
|
13 years ago |
Andrey Kamaev
|
c29ea1056d
|
Added perf test for cv::threshold
|
13 years ago |
Andrey Kamaev
|
cb687b9b1e
|
Added performance test for cv::dilate
|
13 years ago |
Andrey Kamaev
|
1c9d75081c
|
Added performance test for pyrUp/pyrDown
|
13 years ago |
Andrey Kamaev
|
4136855ba8
|
Tegra-optimized Canny
|
13 years ago |
Kirill Kornyakov
|
7113122312
|
integral perf tests renamed for readability
|
13 years ago |