- 28 Jan, 2013 1 commit
-
-
Andy Maloney authored
-
- 25 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Jan, 2013 3 commits
-
-
Vladislav Vinogradov authored
- new reduce implementation (with kepler optimizations) - saturate_cast via asm command - video SIMD instructions in element operations - float arithmetics instead of double - new deviceSupports function
-
Vladislav Vinogradov authored
- fixed printCudaDeviceInfo for new CC - fixed some compilation errors and warnings - removed unset command from CMake script - removed unused std imports
-
Andrey Kamaev authored
Introduced new Java API void org.opencv.core.Core.setErrorVerbosity(boolean verbose) used to suppress output to stderr from OpenCV's asserts
-
- 22 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 18 Dec, 2012 1 commit
-
-
Alexander Smorkalov authored
-
- 08 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
* use OPENCV_TEMP_PATH environment variable on all platforms * fix cleanup after OpenCV tests on Windows * add --list flag to output names of all tests found * do not override user-passed --perf_min_samples and --perf_force_samples options by --check flag * fix complier checks inside run.py
-
- 28 Nov, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
There was missing windows.h include in OpenGL interop code.
-
- 08 Nov, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 26 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM on attempt to set type property for FAST using setter inherited from Algorithm * added short type support to read/write methods * improved some error messages
-
- 23 Oct, 2012 3 commits
-
-
LeonidBeynenson authored
made it to give more verbose errors when arguments of wrong types are passed, added setters with types (e.g. setInt, etc)
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 22 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 21 Oct, 2012 1 commit
-
-
marina.kolpakova authored
After setting depth to CV_32F for non double types this produces difference in results. I've attached test that reproduce this issue.The issue was found during anali broken GPU tests for multiply/device functions.
-
- 19 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
This fixes build without TBB and CUDA. Issue #2445
-
- 18 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 1 commit
-
-
OpenCV Buildbot authored
-
- 16 Oct, 2012 2 commits
-
-
marina.kolpakova authored
-
Andrey Kamaev authored
-
- 15 Oct, 2012 5 commits
-
-
Andrey Kamaev authored
This partly reverts commit 6ca61827.
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
* Refactor auto-detection of parallel frameworks * Implement cv:getNumThreads, cv::setNumThreads and cv::getThreadNum for all supported frameworks * From now cv::setNumThreads(0) can be used to turn off parallelisation
-
Andrey Kamaev authored
-
- 12 Oct, 2012 1 commit
-
-
Daniil Osokin authored
-
- 11 Oct, 2012 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
-
- 10 Oct, 2012 5 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Daniil Osokin authored
-
Daniil Osokin authored
-
daniil.osokin authored
-