Andrey Kamaev
|
da5ee65e4e
|
Fixed build without SSE
|
13 years ago |
Vadim Pisarevsky
|
04c0783b2f
|
applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT)
|
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 |
Alexander Reshetnikov
|
cec641fb83
|
completed test for boundingRect function
|
13 years ago |
Ivan Korolev
|
754891ec96
|
Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge.
|
13 years ago |
Alexander Reshetnikov
|
b5bbce5b54
|
Completed countNonZero test (found that it's already exist, so new implementation isn't used now).
|
13 years ago |
Ivan Korolev
|
513f4128ec
|
account test
|
13 years ago |
Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
13 years ago |
Alexander Reshetnikov
|
a3d2020db0
|
countNonZero & boundingRect tests - added first versions
|
13 years ago |
Andrey Kamaev
|
c377804ee8
|
Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion
|
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 Kamaev
|
d0b67d3725
|
fixed Tegra stubs in cvtColor
|
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
|
9260ad4d70
|
Fixed Tegra optimization stub for gaussian
|
13 years ago |
Andrey Kamaev
|
dd311b8d3c
|
Added perf test for RGB(A)/BGR(A) to YCrCb conversion
|
13 years ago |
Andrey Pavlenko
|
185680c7c5
|
Tegra optimization for some color conversion and warpAffine calls
|
13 years ago |
Kirill Kornyakov
|
694ea8e0c8
|
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.
|
13 years ago |
Andrey Kamaev
|
9b350e5e0d
|
Tegra optimization for median blur
|
13 years ago |
Andrey Kamaev
|
70416be0dd
|
Tegra optimization for GaussianBlur
|
13 years ago |
Kirill Kornyakov
|
60eecd4529
|
doc typo fixed
|
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
|
abf42e208a
|
Added missed macro
|
13 years ago |
Andrey Kamaev
|
95d659a3cf
|
Refactored Tegra related macro usage
|
13 years ago |
Andrey Kamaev
|
8108dfb397
|
Added perf tests for blur, medianBlur, GaussianBlur
|
13 years ago |
Andrey Kamaev
|
320bee3bfe
|
Fixed border interpolation problem in filter2D
|
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 |
Vadim Pisarevsky
|
8a9876bee2
|
corrected description of goodFeaturesToTrack (ticket #1488)
|
13 years ago |
Andrey Kamaev
|
35457afab3
|
Fixed bug in phaseCorrelate
|
13 years ago |
Andrey Kamaev
|
5cbec286fc
|
Tegra-optimized pyrUp
|
13 years ago |
Andrey Kamaev
|
fb2fad52a2
|
Fixed bug in cv::pyrUp. Reenabled accuracy test.
|
13 years ago |
Andrey Kamaev
|
f05259f28f
|
Tegra-optmized pyrDown
|
13 years ago |
Kirill Kornyakov
|
913811836a
|
workaround for the case when perf system is used in external app without TBB
|
13 years ago |
Andrey Kamaev
|
1c9d75081c
|
Added performance test for pyrUp/pyrDown
|
13 years ago |
Vadim Pisarevsky
|
3dafdd6a79
|
added 16s support to cv::threshold.
|
13 years ago |
Andrey Kamaev
|
4136855ba8
|
Tegra-optimized Canny
|
13 years ago |
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
13 years ago |
Kirill Kornyakov
|
7113122312
|
integral perf tests renamed for readability
|
13 years ago |
Kirill Kornyakov
|
7cd4761fc8
|
integral perf tests renamed for readability
|
13 years ago |
Andrey Kamaev
|
2f1cd91ff3
|
More performance tests for Sobel and Scharr filters
|
13 years ago |
Andrey Kamaev
|
a612fa1520
|
Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel
|
13 years ago |
Andrey Kamaev
|
46262b1972
|
Added performance test for Canny
|
13 years ago |
Andrey Kamaev
|
583ceef6a5
|
Terga optimization for integral_8u32s
|
13 years ago |
Kirill Kornyakov
|
602ad61967
|
Optimized versions of Erode and Dilate functions added
|
13 years ago |