555 Commits (2634dc6cce264af42379961c64c0ac84a9ba0074)

Author SHA1 Message Date
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 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 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: 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, 13 years ago
Alexander Reshetnikov a3d2020db0 countNonZero & boundingRect tests - added first versions 13 years ago
Vladislav Vinogradov cdae0743ab fix OpenGL render functions 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 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. 13 years ago
Andrey Kamaev 8cab65c173 Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. 13 years ago
Andrey Kamaev 22d6827189 Fixed dot product test 13 years ago
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 13 years ago
Kirill Kornyakov 7fafa3b00a Optimized version of DotProd8u added 13 years ago
Kirill Kornyakov a06dcc9e67 Optimized version of sqsum8u added 13 years ago
Andrey Kamaev 58b980ea88 Perf testing: added ERROR_RELATIVE mode to SANITY_CHECK 13 years ago
Andrey Pavlenko fb051f78de adjusting custom mat allocator when mat type is changed 13 years ago
Kirill Kornyakov 70da780c8e added perf test for dot product (8U, 32S, 32F) 13 years ago
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