Vladislav Vinogradov
|
5c0f2f8ea1
|
reused buffer in GlTexture::copyFrom(GpuMat)
|
2012-02-27 13:22:41 +00:00 |
|
Vladislav Vinogradov
|
2d30480982
|
created wrappers for new NPP functions
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
|
2012-02-22 10:00:53 +00:00 |
|
Andrey Kamaev
|
691d392312
|
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
|
2012-02-16 20:29:35 +00:00 |
|
Vadim Pisarevsky
|
bb93e3ab8a
|
added color canny; improved Algorithm class implementation
|
2012-02-15 21:10:11 +00:00 |
|
Anatoly Baksheev
|
84db4eb6fa
|
fixed ~200 warnings for windows
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
|
2012-02-14 10:22:34 +00:00 |
|
Victoria Zhislina
|
3e94f77215
|
|
2012-02-10 13:47:53 +00:00 |
|
Andrey Morozov
|
ef8c263500
|
fixed compile under linux
|
2012-02-10 12:46:34 +00:00 |
|
Victoria Zhislina
|
fbdb93ec79
|
CV_ENABLE_UNROLLED
|
2012-02-10 06:05:04 +00:00 |
|
Vadim Pisarevsky
|
dbfa8408d2
|
fixed potential bug in cv::eigen()
|
2012-01-26 19:41:59 +00:00 |
|
Alexander Reshetnikov
|
951a3d6c7a
|
fixed a bug which caused incorrect work of function eigen()
|
2012-01-25 16:01:59 +00:00 |
|
Vadim Pisarevsky
|
676f19233a
|
added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521
|
2012-01-24 20:14:07 +00:00 |
|
Vladislav Vinogradov
|
6c1de21a76
|
fixed bug in gpu::transformSmart with mask
|
2012-01-22 13:25:45 +00:00 |
|
Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
2012-01-19 11:52:25 +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 |
|
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 Pavlenko
|
fb051f78de
|
adjusting custom mat allocator when mat type is changed
|
2011-12-28 14:47:21 +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
|
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 |
|
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
|
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
|
5353b97605
|
fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448)
|
2011-12-03 19:49:44 +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 |
|
Vladislav Vinogradov
|
c2783af781
|
added OpenGL support to highgui under WIN32
|
2011-11-21 11:58:52 +00:00 |
|
Kirill Kornyakov
|
9fb9d99bb9
|
Optimized version of Norm and NormDiff functions with f32 type added
|
2011-11-21 05:59:49 +00:00 |
|
Vladislav Vinogradov
|
2695039a79
|
moved GpuMat's operations implementation to core module
|
2011-11-14 14:34:36 +00:00 |
|
Kirill Kornyakov
|
330357f7dd
|
Optimized version of NormDiff functions added
|
2011-11-11 11:23:44 +00:00 |
|
Vladislav Vinogradov
|
fcfa72081e
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
2011-11-09 13:13:52 +00:00 |
|
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
2011-11-08 12:01:49 +00:00 |
|
Kirill Kornyakov
|
5a702d7d9d
|
Optimized version of Norm functions added
|
2011-11-08 07:39:35 +00:00 |
|
Andrey Kamaev
|
664cd5460e
|
Tegra-optimized cv::compare
|
2011-11-07 06:29:34 +00:00 |
|