- 14 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 10 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 10 Jul, 2017 1 commit
-
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 13 Jun, 2017 1 commit
-
-
Vadim Pisarevsky authored
added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD
-
- 29 May, 2017 1 commit
-
-
Woody Chow authored
Use num_threads clause of #pragma omp parallel instead to avoid calling omp_set_num_threads for the entire application
-
- 28 Feb, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Dec, 2016 1 commit
-
-
mshabunin authored
-
- 08 Nov, 2016 1 commit
-
-
Pavel Vlasov authored
--perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); Maximum depth limit var was added to the instrumentation structure; Trace names output console output fix: improper tree formatting could happen; Output in case of error was added; Custom regions improvements; Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node; parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
-
- 25 Aug, 2016 1 commit
-
-
Alexander Alekhin authored
Returning to Win2k value is possible via this CMake option: cmake -DOPENCV_EXTRA_FLAGS="/D_WIN32_WINNT=0x0500" ...
-
- 17 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 17 Dec, 2015 1 commit
-
-
Gregory Morse authored
-
- 07 Sep, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 11 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 09 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 01 Jun, 2015 1 commit
-
-
kalistratovag authored
removing trailing whitespaces Compilation error on Mac fix & warning on android Warnings fixed on iOs
-
- 18 Mar, 2015 1 commit
-
-
Maxim Kostin authored
-
- 02 Mar, 2015 1 commit
-
-
Maxim Kostin authored
- Substituted HAVE_WINRT with WINRT - Fixed compilation issues in ocl.cpp and parallel.cpp - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c; - Added ole32.lib for core module (for WindowsStore 8.0 builds) - Made OpenCV_ARCH aware of ARM Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 13 Jan, 2015 1 commit
-
-
Adam Borowski authored
The 'sysctl' syscall has been strongly deprecated on Linux for ages. Currently, on old architectures it will spam syslog whenever used, and on newer ones it's missing from the headers altogether. Opencv has migrated away on Linux already, but #includes were left lingering. This commit removes them on non-__APPLE__, unbreaking x32 (and probably others).
-
- 27 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 17 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 15 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Aug, 2013 1 commit
-
-
peng xiao authored
On a 32-bit compiler the calculation may result in data (size_t) overflow when running some paralleled algorithms (which can safely run on a 64-bit compiler). This bug is found when running OpenCV's Retina tutorial on 32bit VS2010.
-
- 31 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
Additional CMAKE flag WITH_WINRT added.
-
- 24 Jun, 2013 1 commit
-
-
Roman Donchenko authored
That way, core/internal.hpp doesn't have to depend on cvconfig.h, which we don't ship.
-
- 18 Jun, 2013 1 commit
-
-
Roman Donchenko authored
-
- 14 Feb, 2013 1 commit
-
-
Daniil Osokin authored
-
- 01 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 23 Oct, 2012 1 commit
-
-
Anatoly Baksheev authored
-
- 22 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 19 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
This fixes build without TBB and CUDA. Issue #2445
-
- 16 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Oct, 2012 3 commits
-
-
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
-
- 11 Oct, 2012 3 commits
-
-
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)
-