Alexey Spizhevoy
|
9f80317ffa
|
fixed minor bug in gpu module, added first version of sum
|
2010-12-10 13:36:00 +00:00 |
|
Alexey Spizhevoy
|
9801d07a46
|
added test for gpu:columnSum
|
2010-12-08 16:51:12 +00:00 |
|
Alexey Spizhevoy
|
fa322bf46f
|
added gpu::columnSum, fixed compile error (if there is no cuda), refactored
|
2010-12-08 15:06:10 +00:00 |
|
Anatoly Baksheev
|
652fb1212e
|
module reorganization: added folder with pure device functions, cuda_shared.hpp renamed to internal_shared.hpp
|
2010-12-06 16:37:32 +00:00 |
|
Alexey Spizhevoy
|
77027f6075
|
refactored border interpolation in gpu module
|
2010-12-06 09:44:51 +00:00 |
|
Alexey Spizhevoy
|
6ef4d9b1dd
|
added sipport of BORDER_REPLICATE mode into gpu::corner* functions
|
2010-12-06 07:47:26 +00:00 |
|
Alexey Spizhevoy
|
e75ca4b662
|
replaced global memory reads with texture memory reads in GPU's corner detectors
|
2010-12-03 13:11:14 +00:00 |
|
Alexey Spizhevoy
|
ab04a03621
|
added support of BORDER_REFLECT into gpu::cornerHarris and etc, added support of border extr. int linear filters
|
2010-12-02 09:07:13 +00:00 |
|
Alexey Spizhevoy
|
d9489bbe0c
|
fixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal
|
2010-12-01 10:00:47 +00:00 |
|
Alexey Spizhevoy
|
493d7a6e45
|
added min eigen val based corner detector into gpu module
|
2010-11-30 08:44:04 +00:00 |
|
Alexey Spizhevoy
|
9adfc2cadc
|
added Harris corner detector into gpu module
|
2010-11-30 08:04:37 +00:00 |
|
Anatoly Baksheev
|
d661b8e3e2
|
added PtrStep PtrElemStep structures. Refactored name spaces,
|
2010-10-31 13:23:25 +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 |
|
Alexey Spizhevoy
|
adf7cc20b7
|
changed mean shift procedure a little
|
2010-10-11 14:25:30 +00:00 |
|
Kirill Kornyakov
|
6960e1544d
|
GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings.
|
2010-09-06 14:27:23 +00:00 |
|
Kirill Kornyakov
|
ec7e937481
|
meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for moving from 3 channel to C4 images within GPU module.
|
2010-09-03 14:32:12 +00:00 |
|
Vladislav Vinogradov
|
34135a85f3
|
fixed 3 bytes reading/writing in remap
|
2010-08-26 12:30:41 +00:00 |
|
Vladislav Vinogradov
|
304caab746
|
added remap version for 3-channels input images
|
2010-08-26 09:19:47 +00:00 |
|
Vladislav Vinogradov
|
1febf345bf
|
renamed colorizeDisp to drawColorDisp, added acync version of drawColorDisp and reprojectImageTo3D_GPU.
|
2010-08-25 06:30:11 +00:00 |
|
Vladislav Vinogradov
|
ec4ce050f9
|
added reprojectImageTo3D_GPU
|
2010-08-23 14:19:22 +00:00 |
|
Vladislav Vinogradov
|
6cafec8861
|
added colorizeDisp, fixed DisparityBilateralFilter
|
2010-08-20 06:47:11 +00:00 |
|
Anatoly Baksheev
|
2a385be0ef
|
meanShiftFilteringGPU: performance and bug with type conversions
|
2010-08-10 12:18:47 +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 |
|
Maria Dimashova
|
a2950d5d44
|
fixed texture binding and warning on linux
|
2010-08-09 11:12:58 +00:00 |
|
Anatoly Baksheev
|
9ee159462d
|
meanShiftFiltering added (by masha)
get free memory function
|
2010-08-06 17:02:06 +00:00 |
|
Anatoly Baksheev
|
d352db7ec4
|
imgproc_gpu - minor refactoring
|
2010-07-23 15:04:16 +00:00 |
|
Vladislav Vinogradov
|
edd68e588b
|
Added implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc to gpu_test dependencies.
|
2010-07-23 07:06:33 +00:00 |
|