Vladislav Vinogradov
|
8bb9e4302e
|
added registerPageLocked/unregisterPageLocked functions
added convert functions to BruteForceMatcher_GPU
other minor fixes
|
2011-08-10 11:32:48 +00:00 |
|
Vladislav Vinogradov
|
b2b1d41da8
|
moved GpuMat class to separate header file
|
2011-08-09 07:51:48 +00:00 |
|
Vladislav Vinogradov
|
42ced17c2c
|
fixed some warnings under win64
|
2011-08-08 11:28:14 +00:00 |
|
Alexey Spizhevoy
|
674b763395
|
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
|
2011-06-30 14:39:48 +00:00 |
|
Vladislav Vinogradov
|
926a6bba00
|
modified according to CUDA 4.0 API updates
|
2011-05-31 08:31:10 +00:00 |
|
Vladislav Vinogradov
|
34e2c78cec
|
minor fix
|
2011-05-18 07:18:30 +00:00 |
|
Vladislav Vinogradov
|
f3b45af876
|
GpuMat::setTo optimization (call cudaMemcpy2D if possible)
|
2011-05-18 06:51:05 +00:00 |
|
Vladislav Vinogradov
|
1c9f4e7ca2
|
fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
fixed compilation under Win64
|
2011-05-10 12:39:12 +00:00 |
|
Vladislav Vinogradov
|
58e26313dd
|
fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
|
2011-05-10 06:11:03 +00:00 |
|
Vladislav Vinogradov
|
c21a783646
|
added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY)
fixed bugs in gpu::cvtColor
|
2011-05-03 09:09:05 +00:00 |
|
Alexey Spizhevoy
|
993773b74a
|
now GPU stereo_bp test prints error mesage and test system continues execution
|
2011-02-17 11:09:29 +00:00 |
|
Vladislav Vinogradov
|
54fa600b9e
|
update docs
minor fixes and refactoring of GPU module
|
2011-02-16 08:31:45 +00:00 |
|
Vladislav Vinogradov
|
deac5d972e
|
fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo)
added assertion after all kernels calls
|
2011-02-14 15:50:17 +00:00 |
|
Vladislav Vinogradov
|
811ba31897
|
added synchronization after NPP calls
|
2011-01-24 10:32:57 +00:00 |
|
Vladislav Vinogradov
|
8abdb3721f
|
added gpu threshold.
|
2011-01-24 10:11:02 +00:00 |
|
Alexey Spizhevoy
|
cbb132ccb1
|
added ensureSizeIsEnough into gpu module, updated reduction methods
|
2011-01-18 12:36:01 +00:00 |
|
Alexey Spizhevoy
|
21b081deff
|
now single row GPU matrix is continuous one, added aux. functions, updated dft and matchTemplates
|
2010-12-24 09:26:19 +00:00 |
|
Vladislav Vinogradov
|
dd2fe821c2
|
deleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros, because last NPP supports complex types under linux
|
2010-11-23 08:21:26 +00:00 |
|
Alexey Spizhevoy
|
fada88e100
|
fixed some bugs, added tests for gpu::HOGDescriptor
|
2010-11-15 12:51:30 +00:00 |
|
Anatoly Baksheev
|
ac5298815a
|
some device layer utility functions
|
2010-11-15 08:42:10 +00:00 |
|
Vladislav Vinogradov
|
863d61e9eb
|
fix gpu module compilation under linux
|
2010-11-08 09:55:10 +00:00 |
|
Vladislav Vinogradov
|
b08f60828b
|
added to gpu module linear filters for int and float source types.
refactored gpu module.
|
2010-10-20 08:50:14 +00:00 |
|
Vladislav Vinogradov
|
49fa536c62
|
added Sobel, GaussianBlur, Canny to gpu module.
minor fix of matrix_operations.cpp.
|
2010-10-04 11:42:40 +00:00 |
|
Vladislav Vinogradov
|
fb7aa43feb
|
added gpu 1d window sum, convertTo, based on NPP.
added RGB <-> XYZ color conversion.
gpu morphology minor fix.
|
2010-09-29 09:07:53 +00:00 |
|
Vladislav Vinogradov
|
51d5959aca
|
added gpu add, subtract, multiply, divide, absdiff with Scalar.
added gpu exp, log, magnitude, based on NPP.
updated setTo with new NPP functions.
minor fix in tests and comments.
|
2010-09-27 12:44:57 +00:00 |
|
Vladislav Vinogradov
|
b803c24345
|
added nppSafeCall
|
2010-09-15 14:34:41 +00:00 |
|
Vladislav Vinogradov
|
b5c92a7dc0
|
Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP.
|
2010-09-15 08:26:18 +00:00 |
|
Kirill Kornyakov
|
6960e1544d
|
GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings.
|
2010-09-06 14:27:23 +00:00 |
|
Anatoly Baksheev
|
97d17d8ad1
|
fixed warnings
added comments in gpu.hpp
|
2010-08-18 17:13:01 +00:00 |
|
Anatoly Baksheev
|
9a669b1ceb
|
fixed bugs in page locked memory allocation
avoid extra gpu memory allocation in BP and CSBP
|
2010-08-17 10:39:18 +00:00 |
|
Andrey Morozov
|
1ac097ce57
|
fixed build without cuda
|
2010-08-16 08:49:34 +00:00 |
|
Andrey Morozov
|
001bbfb4f9
|
fixed build without cuda
|
2010-08-16 08:47:29 +00:00 |
|
Andrey Morozov
|
35ebeb21bd
|
added implement MatPL with serocopy and writecombited
|
2010-08-13 14:52:50 +00:00 |
|
Anatoly Baksheev
|
d1fc3e6b5a
|
cv::gpu::CudaStream -> cv::gpu::Stream
some refactoring
added gpu module to compilation
|
2010-08-10 09:44:50 +00:00 |
|
Anatoly Baksheev
|
9ac1741555
|
speckle filtering added
|
2010-07-29 08:50:19 +00:00 |
|
Anatoly Baksheev
|
dc69cf3ab4
|
minor fixes
|
2010-07-28 13:38:37 +00:00 |
|
Anatoly Baksheev
|
22f5376e82
|
refactoring and minor code improvements
added cuda_shared.hpp header was reorganized in order to speed up compilation
|
2010-07-26 15:04:56 +00:00 |
|
Andrey Morozov
|
fff2160d1f
|
implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call.
|
2010-07-26 13:42:39 +00:00 |
|
Vladislav Vinogradov
|
26c4859634
|
reduced code convert_to by using templates, merged with copyTo
|
2010-07-22 14:50:31 +00:00 |
|
Andrey Morozov
|
a0b1107b3c
|
added implementation copyTo() with mask and added test for this method
|
2010-07-22 14:39:54 +00:00 |
|
Andrey Morozov
|
98c8ecf829
|
modified kernel setto(), added double type, code has been improved
|
2010-07-22 12:42:42 +00:00 |
|
Vladislav Vinogradov
|
3f5dd5f1cc
|
added implementation GpuMat::convertTo and merged this with matrix_operations.cpp
|
2010-07-22 09:31:33 +00:00 |
|
Andrey Morozov
|
2be1c7d13f
|
fixed implementation gpumat::setTo()
|
2010-07-19 14:36:23 +00:00 |
|
Andrey Morozov
|
ace7c7e93c
|
linux compiletion error
|
2010-07-19 10:49:35 +00:00 |
|
Anatoly Baksheev
|
07825bad1e
|
compilation with no cuda re factored
|
2010-07-19 09:31:12 +00:00 |
|