atinfinity
69eaa89e22
fixed to use NVCUVID in 'cudacodec' module.
2016-01-31 01:56:45 +09:00
Maksim Shabunin
739d7caa32
Merge pull request #5659 from jet47:cuda-wrap-stream-2.4
2015-11-19 09:25:36 +00:00
Ilya Lavrenov
0050df8750
GraphCut deprecated in 7.5 and removed in 8.0
2015-11-15 00:56:56 +03:00
Vladislav Vinogradov
8d3850ac02
add cv::gpu::StreamAccessor::wrapStream method
...
it allows to import existed CUDA stream to OpenCV
2015-11-12 13:07:30 +03:00
Vladislav Vinogradov
3ef067cc65
add extra checks to data_step_down to prevent out-of-border access
2015-09-10 10:05:25 +03:00
Vladislav Vinogradov
f903192c17
revert previous change in gpu::StereoBeliefPropogation
2015-09-10 10:05:04 +03:00
Vladislav Vinogradov
e2a9df408f
fix for gpu::StereoBeliefPropogation:
...
use continuous memory for internal buffers
2015-09-10 09:55:46 +03:00
Ilya Lavrenov
6a05939e1c
fixed warnings in gpu module
2015-09-03 19:13:00 +03:00
Vladislav Vinogradov
7ddc0bdd37
fix potential out-of-border access in gpu StereoBeliefPropagation
2015-08-27 16:09:37 +03:00
Vladislav Vinogradov
62bc647731
use cv::theRNG() instead of ::rand() in gpu::solvePnPRansac
2015-05-19 17:27:23 +03:00
Vladislav Vinogradov
dd93d48be4
turn on stereob instantiates that required for tests
2015-05-06 17:15:25 +03:00
Vladislav Vinogradov
ad3123adfd
turn on some instantiates that required for other primitives
2015-05-06 17:15:25 +03:00
Vladislav Vinogradov
f939d80f4c
fixed seg faults
2015-05-06 17:15:25 +03:00
Vladislav Vinogradov
ee316758ca
reduce color instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
6d7a61cbdc
reduce copy_make_border instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
b44b1ab47b
reduce matrix_reductions instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
2e47a1a61b
reduce pyramids instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
72685cf01c
reduce resize instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
612888c066
reduce remap instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
e7b55f4982
reduce warp instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
3004f5fa30
reduce stereobm instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
9682d2afff
reduce element_operations instantiates for tiny build
2015-05-06 17:15:24 +03:00
Vladislav Vinogradov
87d655325c
reduce add_weighted instantiates for tiny build
2015-05-06 17:13:59 +03:00
Vladislav Vinogradov
db25e44a17
reduce brute_force_matcher instantiates for tiny build
2015-05-06 17:13:59 +03:00
Vladislav Vinogradov
b7a9e672c5
reduce bilateral filter instantiates for tiny build
2015-05-06 17:13:59 +03:00
Vladislav Vinogradov
8e49ab1d3b
reduce filter2d instantiates for tiny build
2015-05-06 17:13:59 +03:00
Vladislav Vinogradov
00c36e88ef
reduce separable filter instantiates for tiny build
2015-05-06 17:13:59 +03:00
Vladislav Vinogradov
d87c30dc84
Bug #4315 : fix CUDA bitwise operations with mask
2015-05-06 13:28:08 +03:00
Vadim Pisarevsky
36af97d00c
Merge pull request #3959 from jet47:gpu-fixes
2015-04-28 10:49:06 +00:00
Vladislav Vinogradov
1325213303
use border extrapolation for central pixel in pyrDown
...
in case if image has odd dimension
2015-04-23 17:21:42 +03:00
Vladislav Vinogradov
fb15bdfb21
fix racecheck warning in scanRows kernel
2015-04-23 17:21:42 +03:00
Ilya Lavrenov
ceec0eb33a
rmeoved unused functions
2015-04-23 12:48:50 +03:00
Vladislav Vinogradov
d22516872c
fix BruteForceMatcher resource distribution
...
added launch bounds attributes for all CUDA kernels
2015-04-13 17:12:04 +03:00
Vladislav Vinogradov
81ebe28c24
fixed a bug in scanRows CUDA kernel (part of nppStIntegral)
...
uninitialized value
2015-04-13 17:09:59 +03:00
Vladislav Vinogradov
21bbed7baf
fix gpu HOG implementation:
...
move hog::set_up_constants from constructor to compute method
if user changed CUDA device between constructor and computation,
some variables were uninitialized
2015-02-27 14:28:12 +03:00
Vladislav Vinogradov
eeb997261d
get rid of cuda.h usage
2014-11-25 18:29:56 +03:00
Roman Donchenko
da6a38f9f6
NCV.cu: include <algorithm>
...
It's needed for std::max.
2014-11-13 16:16:26 +03:00
Vladislav Vinogradov
84f33d0578
minor fix for StereoCSBP data cost compute kernel and test
2014-10-23 19:33:44 +04:00
Vladislav Vinogradov
eaaa2d27d5
fix CUDA LUT implementation
...
In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
src == 255). In CUDA 6.5 the bug was fixed.
Replaced NPP LUT call with own implementation (ported from master branch)
to be independant from CUDA Toolkit version.
2014-08-28 14:47:26 +04:00
Vladislav Vinogradov
da9be8231f
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
2014-08-01 11:33:29 +04:00
Alexander Smorkalov
60a5ada454
Build fixes for CUDA 6.5
2014-07-14 14:26:50 +04:00
Vladislav Vinogradov
1f72873c55
fix cv::gpu::resize function
...
add missing stream parameter to call_resize_linear_glob
2014-05-14 10:31:28 +04:00
Maks Naumov
a01659825c
remove unused variable in loadFromXML()
2014-04-09 22:53:36 +03:00
Vladislav Vinogradov
f8d922ad3e
disable gpu::GeneralizedHough compilation on gcc 4.7
2014-04-04 10:31:33 +04:00
Firat Kalaycilar
0a16d93e1d
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
2014-03-18 17:26:24 +02:00
Ilya Lavrenov
099ea91823
typos
2014-03-04 12:47:40 +04:00
Vladislav Vinogradov
7fd21d217a
fix bug #3562 :
...
add missing __syncthreads to edgesHysteresisLocalKernel
2014-02-20 10:24:52 +04:00
Ilya Lavrenov
da9bdf9c15
fixes typo and unused variables
2014-02-18 14:16:54 +04:00
Vladislav Vinogradov
150e522bee
fix bug #3552 :
...
replace std::swap with own code
2014-02-16 12:17:17 +04:00
Roman Donchenko
1d68a89947
Merge pull request #2303 from jet47:gpu-canny-fix
2014-02-07 19:03:14 +04:00