marina.kolpakova
8b3c717e8f
apply patch #2686
12 years ago
marina.kolpakova
8d9c9c2690
integrate new cascade format to GPU soft cascade implementation
12 years ago
Vladislav Vinogradov
9cb4292d5c
implemented Luv/Lab <-> RGB conversion
12 years ago
Vladislav Vinogradov
281d036fcf
optimizations:
...
- 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
12 years ago
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
12 years ago
Vladislav Vinogradov
dd8e442bda
replaced DeviceInfo().supports with deviceSupports
12 years ago
Vladislav Vinogradov
da017fbeb9
fast optical flow bm implementation
12 years ago
Vladislav Vinogradov
caf91ac159
new gpu::HoughLinesP implementation
12 years ago
Vladislav Vinogradov
8c057af862
fixed windows build
12 years ago
Vladislav Vinogradov
da93a1dab9
fixed build for CARMA platform
12 years ago
marina.kolpakova
c470e15d45
integrate speprocessing strategy
12 years ago
marina.kolpakova
0e1005ca92
optimize hog bin computing
12 years ago
marina.kolpakova
ee291a15da
add preprocessing only function
12 years ago
Anatoly Baksheev
50946b59c1
minor device namespace refactor
12 years ago
Vladislav Vinogradov
4102aaaf15
fixed compilation of color.cu under windows x86
...
it was some bug in nvcc (it fails on this file)
12 years ago
Vladislav Vinogradov
aad76090ce
gpu::HoughLinesP
12 years ago
Vladislav Vinogradov
a6dc6f72b3
gpu::calcOpticalFlowBM
12 years ago
Vladislav Vinogradov
aabc33c772
temporarily disabled reduceKeyVal implementation for kepler
...
used fermi implementation
12 years ago
marina.kolpakova
d985861462
remove unused std imports
12 years ago
marina.kolpakova
1d97a4549d
fixed compilation for GCC 4.6
12 years ago
marina.kolpakova
05cd88ae42
clean code; fix problems in documentation
12 years ago
Vladislav Vinogradov
f022b12c57
saturate_cast via asm cvt command
12 years ago
marina.kolpakova
d2e88e1d4d
nms: part 1
12 years ago
Vladislav Vinogradov
63a022dcd7
added explicit unroll to reduce implementation
12 years ago
Vladislav Vinogradov
11c6eb6305
element operations
12 years ago
Vladislav Vinogradov
572d2d6a84
warpScanInclusive
12 years ago
Vladislav Vinogradov
76e8794e81
fixed warnings on old compute capabilities
12 years ago
Vladislav Vinogradov
e6b1ccdcdf
removed old reduce implementation
12 years ago
Vladislav Vinogradov
0ddd16cf78
calcHist & equalizeHist
12 years ago
Vladislav Vinogradov
28716d7f30
Canny
12 years ago
Vladislav Vinogradov
05db02fbc8
BruteForceMatcher
12 years ago
Vladislav Vinogradov
7a1874b2cc
new reduce and reduceKeyVal implementation
12 years ago
Vladislav Vinogradov
d47c112434
fix abs_func and minimum/maximum functors
12 years ago
marina.kolpakova
68d04d28b6
replace offsets in surf to simple copy for better speed
12 years ago
marina.kolpakova
8acfbde68e
remove debug detect at scale method
13 years ago
Vladislav Vinogradov
29f89e8930
moved block.hpp to include folder
13 years ago
marina.kolpakova
916967cac5
add comments to class declaration
13 years ago
marina.kolpakova
0cbf9eb22a
add support for CUDA streams
13 years ago
marina.kolpakova
40600fa504
GPU version becomes algorithm
13 years ago
marina.kolpakova
64d6e6a48d
add getROISize
13 years ago
marina.kolpakova
b52fea7fae
update soft cascade interface: - add class Detection in interface, - split sync- and async- versions, - add support for detecting at the specific scale.
13 years ago
marina.kolpakova
1ab7af6995
GPU soft cascade: buffers preallocation
13 years ago
marina.kolpakova
267d140bfe
soft cascade: gpu representation
13 years ago
marina.kolpakova
dd9c53497b
GPU interface for soft cascade
13 years ago
Vladislav Vinogradov
beb377b38c
gpu implementation of Dual TV-L1 Optical Flow
13 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
marina.kolpakova
e5437e5486
Fix binary compatibility of opencv_gpu
13 years ago
marina.kolpakova
296aa7c4fb
One more fix for Kepler-specific gpu::integral usage
13 years ago
Anatoly Baksheev
9a4265a8d0
fast nlm (class version)
13 years ago