- 12 Jan, 2015 21 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 05 Jan, 2015 1 commit
-
-
Joe Howse authored
-
- 29 Dec, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Rok Mandeljc authored
This silences the pedantic warning messages from gcc 4.8.3
-
Ilya Lavrenov authored
-
- 26 Dec, 2014 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Vladislav Vinogradov authored
-
- 23 Dec, 2014 12 commits
-
-
Vladislav Vinogradov authored
add swap instruction for allocator field
-
Vladislav Vinogradov authored
use CV_CUDA_TEST_MAIN for opencv_test_core to initialize CUDA device information
-
Vladislav Vinogradov authored
it allows to use cudaHostAlloc methods for cv::Mat objects
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
* it is the only place, where it is used * no need to make this function public
-
Vladislav Vinogradov authored
move main CUDA group to modules/core/cuda.hpp
-
Vladislav Vinogradov authored
add a note to use new cudev module as a replacement
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
it is internal class, no need to export it
-
Vladislav Vinogradov authored
The deinitialization of BufferPool internal objects is controled by global object, but it depends on other global objects, which leads to errors caused by undefined deinitialization order of global objects. I merge global objects initialization into single class, which performs initialization and deinitialization in correct order.
-