Alexey Spizhevoy
|
732bd621bb
|
added masks support for bitwise operations on GPU
|
15 years ago |
Alexey Spizhevoy
|
faf4d0bc74
|
added bitwise operations into gpu module
|
15 years ago |
Vladislav Vinogradov
|
863d61e9eb
|
fix gpu module compilation under linux
|
15 years ago |
Vladislav Vinogradov
|
2c39f0ee33
|
fix unnecessary memory allocation in gpu::magnitude and gpu::phase
|
15 years ago |
Vladislav Vinogradov
|
b08f60828b
|
added to gpu module linear filters for int and float source types.
refactored gpu module.
|
15 years ago |
Vladislav Vinogradov
|
e12e4798e0
|
added gpu version of magnitude, magnitudeSqr, phase, cartToPolar, polarToCart
|
15 years ago |
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.
|
15 years ago |
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.
|
15 years ago |
Vladislav Vinogradov
|
66df8ef06c
|
added Filter Engine to gpu module.
disabled gpu::sum, gpu::minMax, gpu:Canny until fix crash.
|
15 years ago |
Vladislav Vinogradov
|
5285722c1c
|
added gpu::magnitude for complex source vector (two channels float).
added gpu::cvtColor for BGR5x5 <-> BGR and BGR5x5 <-> Gray.
|
15 years ago |
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.
|
15 years ago |
Vladislav Vinogradov
|
e1e5047b6e
|
added gpu::LUT for CV_8UC3 type, added gpu::cvtColor for BGR2BGR5x5, minor fix in tests.
|
15 years ago |
Anatoly Baksheev
|
1b8c00000c
|
added black list for gpu tests
|
15 years ago |
Anatoly Baksheev
|
a5910ac068
|
modified according to NPP for CUDA 3.2 API updates.
|
15 years ago |
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.
|
15 years ago |
Vladislav Vinogradov
|
a2f8817df1
|
minor refactoring of GPU module and GPU tests
added gpu compare version for CMP_NE operation
|
15 years ago |
Vladislav Vinogradov
|
b803c24345
|
added nppSafeCall
|
15 years ago |
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.
|
15 years ago |
Vladislav Vinogradov
|
b5c92a7dc0
|
Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP.
|
15 years ago |
Vladislav Vinogradov
|
37d39bd9de
|
Added implementation and test for the GPU version of subtract, multiply, divide, transpose, absdiff, threshold, compare, meanStdDev, norm, based on NPP.
|
15 years ago |
Kirill Kornyakov
|
8e38063965
|
gpu::add now supports 8UC4 and 32FC1
|
15 years ago |
Kirill Kornyakov
|
01eac6d3e3
|
Added initial implementation and test for the GPU version of add, based on NPP. Need to implement for other depths. Also waiting NPP at CMake.
|
15 years ago |
Anatoly Baksheev
|
4c4871e34d
|
GCC warning: new line at the end of file
|
15 years ago |
Anatoly Baksheev
|
77ce659154
|
|
15 years ago |
Anatoly Baksheev
|
07825bad1e
|
compilation with no cuda re factored
|
15 years ago |
Anatoly Baksheev
|
7f6fb6ef97
|
First gpu code draft. Interface might be significantly changed in future.
Simple implementation of StereoBM_GPU.
It is excluded from compilation now.
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |