Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
2012-01-19 11:52:25 +00:00 |
|
Andrey Pavlenko
|
9c1ec1ce84
|
fixing compilation; but some code lines look weird,
e.g. "n += abs(sign(value))" or "n += sign(cv::norm(value) > eps_64"
|
2012-01-19 05:22:51 +00:00 |
|
Alexander Reshetnikov
|
a3d2020db0
|
countNonZero & boundingRect tests - added first versions
|
2012-01-19 00:22:22 +00:00 |
|
Vladislav Vinogradov
|
cdae0743ab
|
fix OpenGL render functions
fix createOpticalFlowNeedleMap
|
2012-01-18 08:27:08 +00:00 |
|
Andrey Kamaev
|
c326de43c1
|
More natural sorting of MatType constants in performance reports.
|
2012-01-16 07:04:26 +00:00 |
|
Vladislav Vinogradov
|
a25b027ef7
|
updated gpu optical_flow sample
|
2012-01-11 13:05:03 +00:00 |
|
Vladislav Vinogradov
|
af59a75ffc
|
fixed bug with submatrix in some gpu functions
update gpu tests
|
2012-01-10 11:11:58 +00:00 |
|
Alexander Reshetnikov
|
2ce6dd6870
|
eigen tests for 1*1 matrix were temporarily removed from common list
|
2012-01-10 08:24:10 +00:00 |
|
Alexander Shishkov
|
48f3db9787
|
fixed compilation error on Win
|
2012-01-07 09:31:57 +00:00 |
|
Alexander Reshetnikov
|
c53313b06f
|
Complex eigen test was modified.
Fixed some bugs with checking for CV_64FC1 type.
Added eigen tests for 1*1 source matrix.
|
2012-01-03 19:06:56 +00:00 |
|
Andrey Kamaev
|
8cab65c173
|
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
|
2012-01-03 13:48:12 +00:00 |
|
Andrey Kamaev
|
22d6827189
|
Fixed dot product test
|
2011-12-30 10:42:07 +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 |
|
Kirill Kornyakov
|
7fafa3b00a
|
Optimized version of DotProd8u added
|
2011-12-29 07:51:01 +00:00 |
|
Kirill Kornyakov
|
a06dcc9e67
|
Optimized version of sqsum8u added
|
2011-12-29 07:49:22 +00:00 |
|
Andrey Kamaev
|
58b980ea88
|
Perf testing: added ERROR_RELATIVE mode to SANITY_CHECK
|
2011-12-28 14:59:09 +00:00 |
|
Andrey Pavlenko
|
fb051f78de
|
adjusting custom mat allocator when mat type is changed
|
2011-12-28 14:47:21 +00:00 |
|
Kirill Kornyakov
|
70da780c8e
|
added perf test for dot product (8U, 32S, 32F)
|
2011-12-28 13:29:27 +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 |
|
Vadim Pisarevsky
|
e7946d98a9
|
fixed SSE-optimized cmp_8u (ticket #1530)
|
2011-12-27 16:07:26 +00:00 |
|
Vadim Pisarevsky
|
dec0af8d79
|
implemented invert(A, B, DECOMP_EIG)
|
2011-12-27 15:56:17 +00:00 |
|
Andrey Kamaev
|
5ca24d2ead
|
Added perf tests for cv::compare
|
2011-12-26 11:30:56 +00:00 |
|
Alexander Reshetnikov
|
4cfc9dc67e
|
fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface
|
2011-12-23 18:36:04 +00:00 |
|
Andrey Kamaev
|
bdfd4c3062
|
Refactored Tegra related macro usage
|
2011-12-22 12:51:01 +00:00 |
|
Kirill Kornyakov
|
893f75444d
|
Optimized version of ReduceR functions and one ReduceC function added
Attention! Optimized ReduceC function produced the bug
|
2011-12-22 06:22:16 +00:00 |
|
Alexander Reshetnikov
|
1767049f30
|
Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function.
|
2011-12-21 19:37:13 +00:00 |
|
Vladislav Vinogradov
|
d13a6b74b2
|
Fixed bug with submatrix in device::transform
|
2011-12-21 05:59:14 +00:00 |
|
Alexander Reshetnikov
|
dab3586792
|
first version of Eigen test for C++ interface
|
2011-12-20 18:59:55 +00:00 |
|
Andrey Kamaev
|
ce81868ba4
|
Fixed cv::norm accuracy test allowed error
|
2011-12-19 15:15:40 +00:00 |
|
Andrey Kamaev
|
0744092b21
|
Fixed build with gcc compiler; couple minor improvements in perf testing framework
|
2011-12-16 04:42:34 +00:00 |
|
Vadim Pisarevsky
|
eef900e46a
|
optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria)
|
2011-12-15 21:15:51 +00:00 |
|
Vadim Pisarevsky
|
7795cd200f
|
added description of minMaxIdx
|
2011-12-09 12:13:23 +00:00 |
|
Vadim Pisarevsky
|
5db9e90d66
|
fixed yet another bug in SVD. Now Core_SVD test passes
|
2011-12-08 11:10:56 +00:00 |
|
Vadim Pisarevsky
|
72c23e7bbb
|
fixed most of test_core failures (except for SVD)
|
2011-12-05 22:58:27 +00:00 |
|
Vadim Pisarevsky
|
77dda061a7
|
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
|
2011-12-04 20:10:35 +00:00 |
|
Vadim Pisarevsky
|
8989e0b07e
|
fixed single-mat input/output in mixChannels() (ticket #1446)
|
2011-12-03 20:19:33 +00:00 |
|
Vadim Pisarevsky
|
3ae22014a0
|
fixed description of inRange/inRangeS (ticket #1500)
|
2011-12-03 20:06:57 +00:00 |
|
Vadim Pisarevsky
|
5353b97605
|
fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448)
|
2011-12-03 19:49:44 +00:00 |
|
Vadim Pisarevsky
|
b20871ce2d
|
fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444)
|
2011-12-03 18:50:11 +00:00 |
|
Andrey Kamaev
|
d6ef0378a2
|
Reverted invalid cv::reduce optimization
|
2011-12-01 12:56:29 +00:00 |
|
Kirill Kornyakov
|
ab2ae86e86
|
Optimized version of Reduce functions added
|
2011-12-01 11:07:25 +00:00 |
|
Vladislav Vinogradov
|
a2697b18e2
|
minor fix
|
2011-11-30 07:38:45 +00:00 |
|
Vladislav Vinogradov
|
fa93b724ee
|
minor
|
2011-11-30 07:19:09 +00:00 |
|
Vladislav Vinogradov
|
bd4239be7b
|
moved OpenGL wrappers to separate header
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
|
2011-11-30 06:20:29 +00:00 |
|
Andrey Pavlenko
|
467f936459
|
Adding optimized Mat Allocator
|
2011-11-25 15:39:24 +00:00 |
|
Vladislav Vinogradov
|
b33e23138e
|
minor
|
2011-11-23 13:26:24 +00:00 |
|
Kirill Kornyakov
|
d168c2b902
|
Optimized version of CountNonZero functions added
|
2011-11-23 10:16:00 +00:00 |
|
Vladislav Vinogradov
|
d7450c2449
|
added GlArrays class and pointCloudShow function
|
2011-11-23 10:05:24 +00:00 |
|
Vadim Pisarevsky
|
4acc93df69
|
removed non-ascii characters (ticket #1468)
|
2011-11-22 17:07:33 +00:00 |
|
Vladislav Vinogradov
|
e01f04885e
|
minor
|
2011-11-21 13:34:03 +00:00 |
|