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
Vladislav Vinogradov
6f175a3c52
changed the type of the arguments to const reference (Bug #2376 )
...
ORB_GPU::downloadKeyPoints
ORB_GPU::convertKeyPoints
13 years ago
Vladislav Vinogradov
fd77ef7ece
optimized gpu pyrDown and sepFilter2D
13 years ago
Vladislav Vinogradov
e975259c06
several fixes in gpu module
...
fixed iterations>1 case in morphological operations
fixed possible access violation in HSV2RGB
fixed the case learningRate==0 in BackgroundSubtractorMOG2
13 years ago
Vladislav Vinogradov
98c92f196e
added Generalized Hough implementation
13 years ago
Vladislav Vinogradov
44330afc7f
fixed build without CUDA
13 years ago
Vladislav Vinogradov
29cdddd845
fixed bug in buildPointList
13 years ago
Anatoly Baksheev
0ba01afd83
added GPU bilateral filter + tests
...
added GPU non local means brute force filter + tests
13 years ago
Anatoly Baksheev
a09679044e
renamed device::bilaterl_filter kernel to device::disp_bilaterl_filter for correct naming
...
fixed some warnings
13 years ago
Anatoly Baksheev
d3f4c9b2dc
Fixed bug in BP_GPU
13 years ago
Anatoly Baksheev
70204a8e68
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
13 years ago
Vladislav Vinogradov
56b7ddad09
fixed type for threshold parameter
13 years ago
Vladislav Vinogradov
8c1f9bafdc
fixed gpu::integral for Kepler
13 years ago
Vladislav Vinogradov
c3f277b7bc
gpu version of HoughCircles
13 years ago
Anatoly Baksheev
290030d030
possibility to enable /mp compiler flag from cmake
...
fixed MCVC warnings
13 years ago
marina.kolpakova
c8a54f67d4
minor warning fix
13 years ago
Anatoly Baksheev
d395bf1522
minor fix in FindTBB
...
added texture_binder
13 years ago
Vladislav Vinogradov
da5aaab277
optimized gpu::integral for Kepler
13 years ago
Vladislav Vinogradov
c26d543e1e
gpu::HoughLines : minor code improvements
13 years ago
marina.kolpakova
f17f4bda60
more warning fixes for GCC
13 years ago
marina.kolpakova
ede3781e3e
fixed -Wstrict_alliasing warning for GCC
13 years ago