Ilya Lavrenov
|
5abfd40989
|
added perf test for cv::goodFeaturesToTrack
|
11 years ago |
Ilya Lavrenov
|
93a818684c
|
ported cv::Canny to T-API
|
11 years ago |
Ilya Lavrenov
|
82d3efc6c0
|
added perf test for cv::Canny
|
11 years ago |
Ilya Lavrenov
|
30b5234e9a
|
added perf test for cv::sqrBoxFilter
|
11 years ago |
Ilya Lavrenov
|
8702fceb4b
|
fixed cv::integral perf test
|
11 years ago |
Ilya Lavrenov
|
a7a7b80ff8
|
added perf test for cv::Moments
|
11 years ago |
Ilya Lavrenov
|
6fb878a65f
|
added perf tests for cv::medianBlur
|
11 years ago |
Ilya Lavrenov
|
5e7fd8bd7e
|
added perf tests for cv::morphologyEx
|
11 years ago |
Ilya Lavrenov
|
5a2a0b326a
|
added perf tests for cv::dilate
|
11 years ago |
Ilya Lavrenov
|
f61597dce8
|
added perf tests for filters
|
11 years ago |
Ilya Lavrenov
|
04ae46e21c
|
added perf tests to some imgproc functions
|
11 years ago |
Ilya Lavrenov
|
e76d51511e
|
added perf test for cv::cvtColor, pyr operations
|
11 years ago |
Ilya Lavrenov
|
4bd4c8d12a
|
added perf tests for cv::blendLinear
|
11 years ago |
Ilya Lavrenov
|
6fbaff6d83
|
added perf tests for T-API warp operations
|
11 years ago |
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
11 years ago |
Vadim Pisarevsky
|
ace0d4bad0
|
hopefully, the last test failures are fixed now
|
11 years ago |
Vadim Pisarevsky
|
d8c8339bec
|
the first draft of transparent API and new UMat class. more files
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized 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 Pavlenko
|
eb0d26b5be
|
fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r')
|
11 years ago |
Andrey Pavlenko
|
3a0e26b89d
|
adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so)
|
11 years ago |
Sergei Nosov
|
29955620e0
|
multiruns added to avoid the 'unreliable results' error
|
12 years ago |
Sergei Nosov
|
c90abb6a03
|
add multiruns to fix "unreliable results" error
|
12 years ago |
Andrey Kamaev
|
96b008cd29
|
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Vladislav Vinogradov
|
5810a73d30
|
CPU implementation of CLAHE
|
12 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 |
Daniil Osokin
|
d8f538d67b
|
Added tests for RGB to YUV420p color conversion
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Anna Kogan
|
f6e0d327b0
|
Increased time limits
|
12 years ago |
Anna Kogan
|
a567c03fdf
|
Switched to TEST_CYCLE_MULTIRUN for fast tests
|
12 years ago |
Vadim Pisarevsky
|
78402bf596
|
made several minor fixes as pointed out by Andrey
|
12 years ago |
Vadim Pisarevsky
|
16d825adbc
|
fixed compile warnings and opencv_perf_imgproc failures
|
12 years ago |
Vadim Pisarevsky
|
944588e732
|
converted houghlines to C++
|
12 years ago |
Sergei Nosov
|
c0e3d48ebc
|
stricter eps for normed methods
|
12 years ago |
Sergei Nosov
|
15d0484485
|
matchTemplate perf tests added
|
12 years ago |
Anna Kogan
|
ed4c687d45
|
Increased time limits, eliminated extra params
|
12 years ago |
Andrey Pavlenko
|
81721d0dce
|
enabling sanity checks for warp and resize functions on Android
- add syntetic images generation function to ts
- use generated syntetic images
|
12 years ago |
Kirill Kornyakov
|
5023afffc7
|
Removed hack from perf test on HoughLines, since I hope it is fixed by pr263
|
12 years ago |
Daniil-Osokin
|
cd501d947c
|
perf tests for calcHist 2-3D case
|
12 years ago |
Andrey Kamaev
|
932204d197
|
Added thresholds to some sanity checks
|
12 years ago |
Ilya Lavrenov
|
d1ca934115
|
sse2 version of resize area fast for types CV_(8, 16)UC(1, 3, 4)
|
12 years ago |
Kirill Kornyakov
|
cdbbfc98e1
|
Ugly hack to make HoughLines sanity check pass on Wun32
|
12 years ago |
Alexander Smorkalov
|
f6ff2b87fa
|
Some perf tests on warping and resize disabled on Android
MatInfo_Size_Size.resizeDownLinear
MatInfo_Size_Size.resizeUpLinear
TestWarpPerspectiveNear_t.WarpPerspectiveNear
TestWarpPerspective.WarpPerspective
|
12 years ago |
Anna Kogan
|
8877066846
|
increased time-limits
|
12 years ago |
Andrey Pavlenko
|
c36dcbcada
|
Increase accuracy interval for image filters on Android and other platforms when sensible
|
12 years ago |
Ilya Lavrenov
|
5225672dc0
|
added edge-aware demosaicing and bayer to bgra conversion
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |