Vladislav Vinogradov
ade7394e77
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
...
wrote more complicated tests for them
implemented own version of warpAffine and warpPerspective for different border interpolation types
refactored some gpu tests
13 years ago
Alexander Shishkov
d68311b9eb
fixed #1554
13 years ago
Andrey Kamaev
805d88a8d2
Tegra version of cv::subtract
13 years ago
Alexander Kapustin
6652b4ce85
Functions cvt8u16s_func, cvt32s16s_func, cvt32f16s_func were Neon Optimized
13 years ago
Alexander Shishkov
5c10bd5b79
fixed #1477
13 years ago
Alexander Shishkov
e64450ae89
fixed #1466
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Alexander Shishkov
1956f32aac
fixed #1289
13 years ago
Alexander Shishkov
f5b8af3254
applied patch from #1637 for fixing problems with Intel(tm) compiler
13 years ago
Ivan Korolev
f1f045858f
Updated a perftest for convertTo
13 years ago
Vladislav Vinogradov
5c0f2f8ea1
reused buffer in GlTexture::copyFrom(GpuMat)
13 years ago
Andrey Kamaev
8141a5026c
Refactored cmake for 3rdparty libs
13 years ago
Andrey Kamaev
a8f0c93379
Modified zlib search. Use system zlib on Android by default
13 years ago
Patrick Mihelich
b6c2c61ce1
Check for SSSE3 in core/internal.hpp. Define CV_SSSE3, and if enabled include tmmintrin.h.
13 years ago
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
13 years ago
Andrey Kamaev
9a88aea697
Eliminated all compiler warnings on Android
13 years ago
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
13 years ago
Alexey Spizhevoy
5c459aa815
Added the GPU version of the Farneback's optical flow
13 years ago
Vadim Pisarevsky
bb93e3ab8a
added color canny; improved Algorithm class implementation
13 years ago
Vadim Pisarevsky
716a5d04ab
fixed a few problems detected by Xcode 4.2.1
13 years ago
Ivan Korolev
b96a556fff
Created a perftest for convertTo, updated perftests for arithmetical operations
13 years ago
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)
13 years ago
Victoria Zhislina
3e94f77215
13 years ago
Andrey Morozov
ef8c263500
fixed compile under linux
13 years ago
Victoria Zhislina
fbdb93ec79
CV_ENABLE_UNROLLED
13 years ago
Alexander Reshetnikov
6ead21b1a2
added licenses to some tests; updated new highgui tests
13 years ago
Alexander Shishkov
ec12608f5f
fixed #1590
13 years ago
Andrey Kamaev
690bf07a7f
Fixing build with CUDA enabled
13 years ago
Andrey Kamaev
d749052d9d
Fixing build with Eigen enabled
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Vadim Pisarevsky
dbfa8408d2
fixed potential bug in cv::eigen()
13 years ago
Alexander Reshetnikov
951a3d6c7a
fixed a bug which caused incorrect work of function eigen()
13 years ago
Alexander Reshetnikov
07fa62f0c4
some design code changes in new tests
13 years ago
Andrey Kamaev
c86c6a028c
Updating opencv module definition in cmake (continued)
13 years ago
Vadim Pisarevsky
676f19233a
added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521
13 years ago
Ivan Korolev
88896166cf
Corrected perf tests: merge, split.
13 years ago
Vladislav Vinogradov
6c1de21a76
fixed bug in gpu::transformSmart with mask
13 years ago
Ivan Korolev
754891ec96
Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge.
13 years ago
Alexander Reshetnikov
3b92e9518e
Several updates of code in countNonZero test
13 years ago
Alexander Reshetnikov
b5bbce5b54
Completed countNonZero test (found that it's already exist, so new implementation isn't used now).
13 years ago
Andrey Kamaev
f8bd4252db
Tegra optimization for split, merge and some color conversions
13 years ago
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"
13 years ago
Alexander Reshetnikov
a3d2020db0
countNonZero & boundingRect tests - added first versions
13 years ago
Vladislav Vinogradov
cdae0743ab
fix OpenGL render functions
...
fix createOpticalFlowNeedleMap
13 years ago
Andrey Kamaev
c326de43c1
More natural sorting of MatType constants in performance reports.
13 years ago
Vladislav Vinogradov
a25b027ef7
updated gpu optical_flow sample
13 years ago
Vladislav Vinogradov
af59a75ffc
fixed bug with submatrix in some gpu functions
...
update gpu tests
13 years ago
Alexander Reshetnikov
2ce6dd6870
eigen tests for 1*1 matrix were temporarily removed from common list
13 years ago
Alexander Shishkov
48f3db9787
fixed compilation error on Win
13 years ago
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.
13 years ago