Ilya Lavrenov
|
c949845a6b
|
fixed perf test
|
11 years ago |
Ilya Lavrenov
|
978f7eb44a
|
added perf test for transpose inplace
|
11 years ago |
Ilya Lavrenov
|
9edd24fe51
|
changed power in cv::pow test to test actual kernel
|
11 years ago |
Ilya Lavrenov
|
80470f9cf6
|
added performance test
|
11 years ago |
Ilya Lavrenov
|
d156f5af6d
|
added missed tests for cv::norm, cv::normalize
|
11 years ago |
Ilya Lavrenov
|
0e1b37675c
|
added performance test for cv::meanStdDev with mask
|
11 years ago |
Ilya Lavrenov
|
1e46a99d9f
|
added performance test for cv::norm with NORM_RELATIVE
|
11 years ago |
Elena Gvozdeva
|
e362c3fb38
|
fixed
|
11 years ago |
Elena Gvozdeva
|
507ea95265
|
fixed
|
11 years ago |
Elena Gvozdeva
|
6880dbfd95
|
IPP: cv::dct
|
11 years ago |
Elena Gvozdeva
|
2d71c094b3
|
IPP: CV::dft
|
11 years ago |
Ilya Lavrenov
|
9cc80a68db
|
fixed warnings
|
11 years ago |
Ilya Lavrenov
|
1f6b719776
|
added ippisFlip to cv::sort
|
11 years ago |
Ilya Lavrenov
|
26e8c6216f
|
cv:;sortIdx
|
11 years ago |
Ilya Lavrenov
|
d5513f522b
|
cv::sort
|
11 years ago |
vbystricky
|
9d138b2bbe
|
Enable ipp MeanStdDev calculation for 32F_C1 images. Decrease accuracy sanity check of the perfomance test
|
11 years ago |
vbystricky
|
9b6feee1a5
|
Change sanity check for perfomance test of dft
|
11 years ago |
Alexander Alekhin
|
af062b7c42
|
ocl: compare: remove useless perf tests
|
11 years ago |
Alexander Alekhin
|
755ca4b7cf
|
ocl: compare with scalar
|
11 years ago |
Ilya Lavrenov
|
9932cf41a4
|
3-channel reduction operations
|
11 years ago |
Ilya Lavrenov
|
89b7c0dd93
|
3 channel support to cv::transpose
|
11 years ago |
Ilya Lavrenov
|
68957b2757
|
added some new performance tests
|
11 years ago |
Alexander Alekhin
|
79eba54a4f
|
some fixes in perf tests
|
11 years ago |
Ilya Lavrenov
|
7629bb78a4
|
extended performance tests to test 3 channels
|
11 years ago |
Alexander Alekhin
|
95e38e457f
|
core/umat: usage flags (with proposals from PR #2195)
|
11 years ago |
Ilya Lavrenov
|
e190d3fd36
|
added perf test
|
11 years ago |
Alexander Alekhin
|
485635310c
|
core/ocl: OpenCLBufferPool
|
11 years ago |
Ilya Lavrenov
|
ae4be413c3
|
added perf tests for cv::reduce
|
11 years ago |
Ilya Lavrenov
|
5d18cf9989
|
added cv::[extract|insert]Channel to T-API
|
11 years ago |
Max Khardin
|
d8e5f1611b
|
Rewrite definition/declaration of variables to be more compact
|
11 years ago |
Ilya Lavrenov
|
da2790249e
|
added NORM_L2SQR type to cv::norm
|
11 years ago |
Ilya Lavrenov
|
2e5e278271
|
added cv::PSNR performance test
|
11 years ago |
Ilya Lavrenov
|
a01e81c8f7
|
added some performance tests
|
11 years ago |
Ilya Lavrenov
|
9899cf7519
|
fixed cv::mixChannels perf test
|
11 years ago |
Max Khardin
|
699eda46b6
|
Remove three sneaky tabs
|
11 years ago |
Ilya Lavrenov
|
3a4d4080f4
|
fixed overflow for cv::norm NORM_L2
|
11 years ago |
Max Khardin
|
34b05794d6
|
Fix source code indents
|
11 years ago |
Max Khardin
|
214e9d4b12
|
Add performance tests for elementwise multiplication
|
11 years ago |
Ilya Lavrenov
|
bb7e96311e
|
disabled cv::split perf test
|
11 years ago |
Ilya Lavrenov
|
31e6251793
|
added new perf tests to core
|
11 years ago |
Ilya Lavrenov
|
d7c22343aa
|
added perf tests for T-API core functions
|
11 years ago |
Alexander Alekhin
|
7d9150460a
|
core/ocl: added perf test infra + "Add" perf test
|
11 years ago |
kdrobnyh
|
f4aa7ff919
|
Add IPP support in meanStdDev, minMaxIdx, norm functions
|
12 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Alexander Smorkalov
|
b15addec70
|
C4447 warning about main function format suppressed.
|
12 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.
|
12 years ago |
kdrobnyh
|
4dfd40bec0
|
Add IPP mean and sum functions
|
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
|
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 |