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 |
|
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 |
|
Vladislav Vinogradov
|
863d61e9eb
|
fix gpu module compilation under linux
|
2010-11-08 09:55:10 +00:00 |
|
Vladislav Vinogradov
|
80c1aecfe5
|
moved gpu::cvtColor from imgproc_gpu.cpp to color.cpp
|
2010-10-26 09:37:24 +00:00 |
|
Vladislav Vinogradov
|
7d0feef775
|
added vecmath to gpu module.
|
2010-10-20 15:17:51 +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
|
4124633359
|
added magnitudeSqr and rectStdDev to gpu module.
added supports of CV_32SC2 source to gpu scalar arithm and float source to gpu::histRange.
minor fix of gpu tests.
|
2010-10-13 12:52:39 +00:00 |
|
Vladislav Vinogradov
|
f4075e0168
|
added gpu::cvtColor for RGB <-> HSV and RGB <-> HLS
|
2010-10-13 09:42:29 +00:00 |
|
Vladislav Vinogradov
|
ced60b7498
|
added histograms calculation to gpu module
|
2010-10-12 06:37:44 +00:00 |
|
Alexey Spizhevoy
|
adf7cc20b7
|
changed mean shift procedure a little
|
2010-10-11 14:25:30 +00:00 |
|
Vladislav Vinogradov
|
3e840cb798
|
added min/max filters to gpu module.
added supports of 4-channels image to gpu::minMax and gpu::cvtColor for RGB <-> YCrCB, RGB <-> YUV and RGB <-> XYZ color conversion.
|
2010-10-11 08:54:28 +00:00 |
|
Vladislav Vinogradov
|
66df8ef06c
|
added Filter Engine to gpu module.
disabled gpu::sum, gpu::minMax, gpu:Canny until fix crash.
|
2010-10-06 14:32:13 +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
|
5d95cd75f2
|
added gpu::cvtColor for RGB <-> YCrCb and RGB <-> YUV
|
2010-09-28 07:05:21 +00:00 |
|
Vladislav Vinogradov
|
5285722c1c
|
added gpu::magnitude for complex source vector (two channels float).
added gpu::cvtColor for BGR5x5 <-> BGR and BGR5x5 <-> Gray.
|
2010-09-27 14:10:19 +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
|
e1e5047b6e
|
added gpu::LUT for CV_8UC3 type, added gpu::cvtColor for BGR2BGR5x5, minor fix in tests.
|
2010-09-27 09:37:43 +00:00 |
|
Vladislav Vinogradov
|
4100cbd997
|
added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP.
minor refactoring of GPU module and GPU tests, split arithm and imgproc parts.
|
2010-09-22 10:58:01 +00:00 |
|
Vladislav Vinogradov
|
b181d78ca5
|
Added implementation and test for the GPU version of warpAffine, warpPerspective, rotate, based on NPP.
Renamed copyConstBorder to copyMakeBorder.
Fixed warnings when HAVE_CUDA is not defined.
|
2010-09-15 12:47:59 +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 |
|
Anatoly Baksheev
|
e65234b8be
|
minor compilation fix
|
2010-08-31 08:42:36 +00:00 |
|
Maria Dimashova
|
05d702b139
|
fixed compile error when HAVE_CUDA is not defined
|
2010-08-31 07:23:03 +00:00 |
|
Vladislav Vinogradov
|
0a73af8e22
|
added cvtColor on gpu (supports conversion between RGB, BGR and GRAY)
|
2010-08-30 13:41:26 +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
|
97d17d8ad1
|
fixed warnings
added comments in gpu.hpp
|
2010-08-18 17:13:01 +00:00 |
|
Anatoly Baksheev
|
2a385be0ef
|
meanShiftFilteringGPU: performance and bug with type conversions
|
2010-08-10 12:18:47 +00:00 |
|
Anatoly Baksheev
|
9ee159462d
|
meanShiftFiltering added (by masha)
get free memory function
|
2010-08-06 17:02:06 +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 |
|
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 |
|