Vladislav Vinogradov
be19150672
deleted thrust header
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
Vladislav Vinogradov
cfc09d01c8
disabled NVidia test output by default
13 years ago
Vadim Pisarevsky
06a13d9ba0
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
13 years ago
Anatoly Baksheev
4df537bc1c
warnings
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
Andrey Kamaev
e73089bdb5
Fix windows build warnings
13 years ago
Andrey Kamaev
0e9405e591
Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation
13 years ago
Vladislav Vinogradov
35b671efb5
disabled utility code in gpu tests when WITH_CUDA=false
13 years ago
Vladislav Vinogradov
fd77ef7ece
optimized gpu pyrDown and sepFilter2D
13 years ago
Vladislav Vinogradov
7591ee1688
fixed gpu perf tests (VideoCapture reopen)
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
AoD314
54a202b3d5
add new version of CommandLineParser. add empty docs
13 years ago
Vadim Pisarevsky
a6e2acbfee
added a few missing images for tutorials; integrated pull request #26
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
3456238c16
minor
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
Vladislav Vinogradov
14694343cb
fixed gpu PyrLKSparse perf test
13 years ago
Vadim Pisarevsky
633a8bfacc
fixed many warnings (modified pull request 13)
13 years ago
marina.kolpakova
a07e33609b
added test for caltech images
13 years ago
Anatoly Baksheev
4449efb242
minor
13 years ago
Anatoly Baksheev
d3f4c9b2dc
Fixed bug in BP_GPU
13 years ago
Andrey Kamaev
639bbec44a
svn repository web references are replaced with links to git
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
e60a50c43c
removed /EHa flag for cuda compilation
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
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
13 years ago
Vladislav Vinogradov
c26d543e1e
gpu::HoughLines : minor code improvements
13 years ago
marina.kolpakova
1e4012079d
removed logging from test
13 years ago
Vladislav Vinogradov
ec7f9566e0
minor gpu tests fix
13 years ago
Vladislav Vinogradov
a0aef244d6
removed perf_gpu_cpu from CMake scripts
13 years ago
marina.kolpakova
f17f4bda60
more warning fixes for GCC
13 years ago
marina.kolpakova
1521340152
updated CascadeClassifier_GPU documentation
13 years ago
marina.kolpakova
ede3781e3e
fixed -Wstrict_alliasing warning for GCC
13 years ago