432 Commits (23398bcb9532809d4f30df60d5a7bccdc2d3017e)

Author SHA1 Message Date
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 13 years ago
Anatoly Baksheev 7106513b8a warning under vs2008 13 years ago
Andrey Kamaev 89be84a396 Fixed Linux build 13 years ago
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 13 years ago
Andrey Kamaev 22bd127365 Added performance tests for cv:phase and cv::SURF 13 years ago
Andrey Kamaev 9ae8443d37 Tegra optimized FastAtan2 13 years ago
Alexander Shishkov b71bfef702 fixed bug with using not built-in ZLIB library 13 years ago
Andrey Morozov bee68e519a fixed several bugs in CommandLineParser 13 years ago
Andrey Morozov bf636e40bf improved print help in CommandLineParser 13 years ago
Vadim Pisarevsky 60ebe2003f fixed multiple warnings on Windows. fixed bug #1368 13 years ago
Anatoly Baksheev 923f771cfc warnings 13 years ago
Andrey Kamaev 20af242a03 Updated command line arguments in performance tests 13 years ago
Andrey Morozov b7a3d36729 fixed several bugs in CommandLineParser 13 years ago
Andrey Morozov 135b9280f1 improved print help in CommandLineParser 13 years ago
Andrey Morozov 97d54612c7 fix print help 13 years ago
Andrey Morozov d449b0492f fixed several bugs in CommandLineParser 13 years ago
Andrey Morozov 3d3efe7c07 fixed sub algorithm in CommandLineParser 13 years ago
Andrey Kamaev 5d363e67a0 Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching 13 years ago
Leonid Beynenson fcaa587b67 CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s). 13 years ago
Vadim Pisarevsky a1d6671451 fixed bug #1370 13 years ago
Vladislav Vinogradov ce35a6d8be fixed bug in cv::reduce in reduceC_ for multi-channels source 13 years ago
Andrey Kamaev 6ff2ae1d3a Tegra-optimized minMaxLoc/minMaxIdx 13 years ago
Leonid Beynenson d99f4a2beb Since there is no a standard functions cv::min and cv::max which has cv::Scalar argument, removed the performance tests, 13 years ago
Andrey Kamaev 5cce038958 Performance testing branch is merged back into trunk 13 years ago
Anatoly Baksheev 415978b1c9 warnings 13 years ago
Leonid Beynenson f69aa40310 Added the declaration of the type ConcurrentDoubleVector for TBB case. 13 years ago
Vadim Pisarevsky eb9401d353 applied patch #1326 13 years ago
Vadim Pisarevsky 3b7b833a4e merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2 13 years ago
Vadim Pisarevsky d3d55f3234 fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs). 13 years ago
Vadim Pisarevsky fba70ca131 fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication 13 years ago
Andrey Kamaev 7820c343eb Documentation: fixed CvSlice and FeatureDetector descriptions. 13 years ago