Martin Ganeff
3ea889050b
Removed _gpu-suffix from usage messages to align with executable name
8 years ago
Zhiwei Su
8bf3f6bfcb
Fixed gray window for gpu stereo BP and CSBP
...
compute() for BP and CSBP output 32-bit floating-point mat, and in cv::imshow() 32-bit floating-point is recognized as [0,1] and maped to [0,255], that causes gray window for BP and CSBP.
8 years ago
Vladislav Vinogradov
71d61e07b1
renamed gpustereo -> cudastereo
12 years ago
Vladislav Vinogradov
91dd44e7fa
removed compatibility headers
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
12 years ago
Vladislav Vinogradov
be9bb8f18b
refactored StereoConstantSpaceBP
12 years ago
Vladislav Vinogradov
d0e89337da
refactored StereoBeliefPropagation
12 years ago
Vladislav Vinogradov
dd6d58f873
refactored StereoBM
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.hpp independent from C API
12 years ago
Andrey Kamaev
89356ff16d
Move non-CV functionality from core.hpp to separate utility.hpp header
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vladislav Vinogradov
d38ca09738
added gpu::printCudaDeviceInfo to all samples
13 years ago
Vladislav Vinogradov
fcfa72081e
moved GpuMat and DevMem2D to core module, some code refactoring
14 years ago
Vladislav Vinogradov
11a5e78042
fixed gpu samples build
14 years ago
Alexey Spizhevoy
a2090a44db
Updated CLI for GPU samples
14 years ago
Alexey Spizhevoy
0545e780f8
minor changes in the gpu stereo sample
14 years ago
Alexey Spizhevoy
b102299dfa
fixed comment
14 years ago
Alexey Spizhevoy
65a356ebdd
added convert into gray and prefilter Sobel controls (for gpu stereo sample)
14 years ago
Alexey Spizhevoy
24206bd19f
added more controls into gpu stereo sample
14 years ago
Alexey Spizhevoy
edce202065
added first version of stereo match sample on gpu
14 years ago