10 Commits (3f116468c6aeccc4a0e9a87c39ae88b6e3f41b65)

Author SHA1 Message Date
Aaron Denney 6d86d63ac5 Last of csbp load_constants() gone. 11 years ago
Aaron Denney 9bc71f4cb6 Deconstify minimum disparity. 11 years ago
Aaron Denney eed5cbc5db More constant removal. 11 years ago
Aaron Denney 021b0cb4d5 Pass max_disc_term as kernel parameter. 11 years ago
Aaron Denney 0e2ea45c93 ndisp no longer constant 11 years ago
Aaron Denney 2832cfdfe5 No longer use constant memory for image step. 11 years ago
Aaron Denney 2982e77495 Pass in images and scratch space so that multiple copies can run concurrently. 11 years ago
Aaron Denney fe29ed461c Move shared interface to header file rather than repeating. 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Vladislav Vinogradov 71d61e07b1 renamed gpustereo -> cudastereo 12 years ago
Vladislav Vinogradov 8282f6ebc1 renamed gpu::cudev namespace -> cuda::device 12 years ago
Vladislav Vinogradov e895b7455e renamed gpu namespace -> cuda 12 years ago
Vladislav Vinogradov be9bb8f18b refactored StereoConstantSpaceBP 12 years ago
Vladislav Vinogradov 76f4b02b06 refactored gpu::Stream (minor fixes) 12 years ago
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
Andrey Kamaev 416fb50594 Revert "Merge pull request #836 from jet47:gpu-modules" 12 years ago
Vladislav Vinogradov 28b1caa730 gpustereo module for stereo correspondence 12 years ago
Vladislav Vinogradov b08b9ab83b gpucalib3d module for camera calibration and stereo correspondence 12 years ago
Vladislav Vinogradov 910ef57109 renamed cuda namespace to cudev 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 12 years ago
Vladislav Vinogradov 28b1e81883 renamed device -> cuda 12 years ago
marina.kolpakova 84f45e1e03 fixed build with CUDA after latest merge 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Anatoly Baksheev 55b1d7c097 added CUDA_DISABLER preprocessor commands 13 years ago
Anatoly Baksheev 70204a8e68 Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now 13 years ago
Marina Kolpakova 6cca6a4548 merged the trunk r8669:8702 13 years ago
Marina Kolpakova 5d06788305 fixed more "shadow" warnings 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Vladislav Vinogradov f65d841d6f fixed several warnings (VS2010, Win64) 13 years ago
Anatoly Baksheev a22641aa9c fixed bug #1367 in CSBP 13 years ago
Vladislav Vinogradov 0f53f2993e removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 13 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 13 years ago
Anatoly Baksheev 7076dfd7d6 gpu module: refactored devmem2d.hpp (atomic bomb) 14 years ago
Vladislav Vinogradov 42ced17c2c fixed some warnings under win64 14 years ago
Anatoly Baksheev 3a1beb1c01 added cv::gpu::pow, ticket #1227 14 years ago
Vladislav Vinogradov 926a6bba00 modified according to CUDA 4.0 API updates 14 years ago
Anatoly Baksheev 0f30fe080f renamed constantspacebp -> stereocsbp line all other algs 14 years ago
Vladislav Vinogradov 905e5f1739 added support of 4-channels images to StereoConstantSpaceBP. 14 years ago
Anatoly Baksheev 652fb1212e module reorganization: added folder with pure device functions, cuda_shared.hpp renamed to internal_shared.hpp 14 years ago
Vladislav Vinogradov 51d5959aca added gpu add, subtract, multiply, divide, absdiff with Scalar. 15 years ago
Vladislav Vinogradov 304caab746 added remap version for 3-channels input images 15 years ago
Andrey Morozov 6bea9f5ec4 minor fix for windows 15 years ago
Anatoly Baksheev 33bd1da589 compilation errors under win32 15 years ago
Andrey Morozov 096080de70 added methods estimateRecopmmendedParams for StereoBP and StereoCSBP 15 years ago
Anatoly Baksheev 97d17d8ad1 fixed warnings 15 years ago
Andrey Morozov 28030952fa added get_first_k_initial_global_init_global_cost in gpu::SCBP 15 years ago
Anatoly Baksheev 9a669b1ceb fixed bugs in page locked memory allocation 15 years ago