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 |
Vadim Pisarevsky
|
e7946d98a9
|
fixed SSE-optimized cmp_8u (ticket #1530)
|
13 years ago |
Vadim Pisarevsky
|
dec0af8d79
|
implemented invert(A, B, DECOMP_EIG)
|
13 years ago |
Andrey Kamaev
|
5ca24d2ead
|
Added perf tests for cv::compare
|
13 years ago |
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
|
13 years ago |
Andrey Kamaev
|
bdfd4c3062
|
Refactored Tegra related macro usage
|
13 years ago |
Kirill Kornyakov
|
893f75444d
|
Optimized version of ReduceR functions and one ReduceC function added
Attention! Optimized ReduceC function produced the bug
|
13 years ago |
Alexander Reshetnikov
|
1767049f30
|
Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function.
|
13 years ago |
Vladislav Vinogradov
|
d13a6b74b2
|
Fixed bug with submatrix in device::transform
|
13 years ago |
Alexander Reshetnikov
|
dab3586792
|
first version of Eigen test for C++ interface
|
13 years ago |
Andrey Kamaev
|
ce81868ba4
|
Fixed cv::norm accuracy test allowed error
|
13 years ago |
Andrey Kamaev
|
0744092b21
|
Fixed build with gcc compiler; couple minor improvements in perf testing framework
|
13 years ago |
Vadim Pisarevsky
|
eef900e46a
|
optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria)
|
13 years ago |
Vadim Pisarevsky
|
7795cd200f
|
added description of minMaxIdx
|
13 years ago |
Vadim Pisarevsky
|
5db9e90d66
|
fixed yet another bug in SVD. Now Core_SVD test passes
|
13 years ago |
Vadim Pisarevsky
|
72c23e7bbb
|
fixed most of test_core failures (except for SVD)
|
13 years ago |
Vadim Pisarevsky
|
77dda061a7
|
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
|
13 years ago |
Vadim Pisarevsky
|
8989e0b07e
|
fixed single-mat input/output in mixChannels() (ticket #1446)
|
13 years ago |
Vadim Pisarevsky
|
3ae22014a0
|
fixed description of inRange/inRangeS (ticket #1500)
|
13 years ago |
Vadim Pisarevsky
|
5353b97605
|
fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448)
|
13 years ago |
Vadim Pisarevsky
|
b20871ce2d
|
fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444)
|
13 years ago |
Andrey Kamaev
|
d6ef0378a2
|
Reverted invalid cv::reduce optimization
|
13 years ago |
Kirill Kornyakov
|
ab2ae86e86
|
Optimized version of Reduce functions added
|
13 years ago |
Vladislav Vinogradov
|
a2697b18e2
|
minor fix
|
13 years ago |
Vladislav Vinogradov
|
fa93b724ee
|
minor
|
13 years ago |
Vladislav Vinogradov
|
bd4239be7b
|
moved OpenGL wrappers to separate header
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
|
13 years ago |
Andrey Pavlenko
|
467f936459
|
Adding optimized Mat Allocator
|
13 years ago |
Vladislav Vinogradov
|
b33e23138e
|
minor
|
13 years ago |
Kirill Kornyakov
|
d168c2b902
|
Optimized version of CountNonZero functions added
|
13 years ago |
Vladislav Vinogradov
|
d7450c2449
|
added GlArrays class and pointCloudShow function
|
13 years ago |
Vadim Pisarevsky
|
4acc93df69
|
removed non-ascii characters (ticket #1468)
|
13 years ago |
Vladislav Vinogradov
|
e01f04885e
|
minor
|
13 years ago |
Vladislav Vinogradov
|
c2783af781
|
added OpenGL support to highgui under WIN32
|
13 years ago |
Kirill Kornyakov
|
03002fff54
|
Optimized version of 32F Norm function demands bigger MaxErr value, because it calculates norm in floats instead of double.
|
13 years ago |
Kirill Kornyakov
|
9fb9d99bb9
|
Optimized version of Norm and NormDiff functions with f32 type added
|
13 years ago |
Vladislav Vinogradov
|
2695039a79
|
moved GpuMat's operations implementation to core module
|
13 years ago |
Kirill Kornyakov
|
330357f7dd
|
Optimized version of NormDiff functions added
|
13 years ago |
Vladislav Vinogradov
|
d305640749
|
minor fix
|
13 years ago |
Vladislav Vinogradov
|
fcfa72081e
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
13 years ago |
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
13 years ago |
Kirill Kornyakov
|
5a702d7d9d
|
Optimized version of Norm functions added
|
13 years ago |
Andrey Kamaev
|
664cd5460e
|
Tegra-optimized cv::compare
|
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 |
Kirill Kornyakov
|
e37930b649
|
Optimized version of Sum functions added
|
13 years ago |
Andrey Kamaev
|
d7ff92439d
|
Better NEON Hamming distance
|
13 years ago |
Kirill Kornyakov
|
177618984d
|
dft perf test minor fix
|
13 years ago |
Kirill Kornyakov
|
f2b72928cc
|
created perf test for DFT
|
13 years ago |
Vladislav Vinogradov
|
40ee754e28
|
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
fixed gpu module error reporting
added asynchronous version of some functions
|
13 years ago |
Anatoly Baksheev
|
7106513b8a
|
warning under vs2008
|
13 years ago |
Andrey Kamaev
|
89be84a396
|
Fixed Linux build
|
13 years ago |