Vladislav Vinogradov
f533f0dca9
fixed gpu sanity tests
12 years ago
Vladislav Vinogradov
4f7cfbc26e
fixed gpu bitwise operations with scalars
12 years ago
Vladislav Vinogradov
a138e12a26
refactored gpu perf tests and fixed sanity tests
12 years ago
Andrey Kamaev
995154d10d
Fix binary compatibility of gpu module
12 years ago
Vladislav Vinogradov
8b1f88c40f
updated gpu module API
12 years ago
Vladislav Vinogradov
36e42084f0
added gpu BM optical flow implementation
12 years ago
Vladislav Vinogradov
fe2e89df1b
added gpu::HoughLinesP function
12 years ago
Vladislav Vinogradov
86bd325131
added gpu::normalize function
12 years ago
Vladislav Vinogradov
61b54149b1
added mask support to gpu norm and sum
12 years ago
Vladislav Vinogradov
08914aa708
added gpu compare with scalar
12 years ago
Vladislav Vinogradov
a828b60765
added enqueueHostCallback method to gpu::Stream
12 years ago
Vladislav Vinogradov
ce2fd7fec9
added dual tvl1 optical flow gpu implementation
12 years ago
Vladislav Vinogradov
fdb07a0ac1
fix performance issue of gpu reduction
12 years ago
Andy Maloney
bc68dfb4e8
Remove unused vars
12 years ago
marina.kolpakova
8b3c717e8f
apply patch #2686
12 years ago
Vladislav Vinogradov
395f0201e3
fixed build for CARMA:
...
- added CMake toolchain file
- added WITH_NVCUVID flag
12 years ago
Vladislav Vinogradov
9cb4292d5c
implemented Luv/Lab <-> RGB conversion
12 years ago
Vladislav Vinogradov
e446903aac
added more types support for gpu separable filters
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
Andrey Kamaev
e3474878b6
Consistently use 4-digit library version
13 years ago
Vladislav Vinogradov
362655b02a
fixed Bug #2581
...
GoodFeaturesToTrackDetector_GPU fails when no corners found
13 years ago
marina.kolpakova
a22edb037f
fixed typo
13 years ago
marina.kolpakova
7df45c0dcc
remove unnecessary copying in SURF
13 years ago
marina.kolpakova
91913364d6
reintegrate warp shuffle based integral
13 years ago
marina.kolpakova
5460cee9e9
fix cascade classifier GFF NMS for empty candidates vector
13 years ago
marina.kolpakova
68d04d28b6
replace offsets in surf to simple copy for better speed
13 years ago
marina.kolpakova
be0c20b758
align grid by 4
13 years ago
Vladislav Vinogradov
a9919e01d0
fixed bug in gpu::HoughLines
13 years ago
Vladislav Vinogradov
a0be7b57f5
fixed bug in gpu::PyrLKOpticalFlow::dense
...
vector index out of range
13 years ago
Vadim Pisarevsky
42471c082f
possibly fixed compile errors in GPU module on Windows
13 years ago
marina.kolpakova
b14f447cc6
fix GPU SURF tests for masked case
13 years ago
Vladislav Vinogradov
34b4a35ea7
gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
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
Vladislav Vinogradov
304714862f
fixed bug in gpu::HOGDescriptor::computeConfidenceMultiScale
13 years ago
Vladislav Vinogradov
a008d6fc17
fixed bug #2425 : Concurrent convolutions with streams
13 years ago
Anatoly Baksheev
91a1a71de2
fixed compilation under Ubuntu without CUDA
13 years ago
Anatoly Baksheev
bc0d0c8f31
fixed compilation without CUDA
13 years ago
Anatoly Baksheev
9a4265a8d0
fast nlm (class version)
13 years ago
Anatoly Baksheev
4b5bbb7752
fast_nlm initial version
13 years ago
Vladislav Vinogradov
ab3a5244ba
moved device layer headers to include directory
13 years ago
Vladislav Vinogradov
3ebec7448d
minor refactoring:
...
moved lbp.hpp to src/cuda folder
added missing cv::gpu::device namespace
deleted whitespaces
13 years ago
Vladislav Vinogradov
8d07e92b2c
disabled NPP resize for 8uc4+Cubic (Bug #2388 )
13 years ago
Anatoly Baksheev
55b1d7c097
added CUDA_DISABLER preprocessor commands
13 years ago
marina.kolpakova
c6e741196a
fix device pointer alignmen in sft-based integral integration
13 years ago
marina.kolpakova
ed6885dd8b
fixed bit arifmetic in sft-based integral
13 years ago
Anatoly Baksheev
f059899329
fixed bug in nln (out of border access)
13 years ago
Anatoly Baksheev
3b075a50e9
fixed warnings under windows
13 years ago