Vladislav Vinogradov
08914aa708
added gpu compare with scalar
2013-02-13 15:53:03 +04:00
Vladislav Vinogradov
a828b60765
added enqueueHostCallback method to gpu::Stream
2013-02-13 15:51:27 +04:00
Vladislav Vinogradov
ce2fd7fec9
added dual tvl1 optical flow gpu implementation
2013-02-13 15:50:05 +04:00
marina.kolpakova
8b3c717e8f
apply patch #2686
2013-01-30 20:20:06 +04:00
Vladislav Vinogradov
9cb4292d5c
implemented Luv/Lab <-> RGB conversion
2013-01-23 21:05:08 +04:00
Vladislav Vinogradov
281d036fcf
optimizations:
...
- new reduce implementation (with kepler optimizations)
- saturate_cast via asm command
- video SIMD instructions in element operations
- float arithmetics instead of double
- new deviceSupports function
2013-01-23 21:05:07 +04:00
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
2013-01-23 21:05:06 +04:00
marina.kolpakova
68d04d28b6
replace offsets in surf to simple copy for better speed
2012-11-24 16:50:29 +04:00
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
2012-10-17 15:32:23 +04:00
marina.kolpakova
e5437e5486
Fix binary compatibility of opencv_gpu
2012-10-17 02:09:40 +04:00
marina.kolpakova
296aa7c4fb
One more fix for Kepler-specific gpu::integral usage
2012-10-12 13:45:09 +04:00
Anatoly Baksheev
9a4265a8d0
fast nlm (class version)
2012-10-08 19:57:20 +04:00
Anatoly Baksheev
4b5bbb7752
fast_nlm initial version
2012-10-08 19:57:19 +04:00
Vladislav Vinogradov
be19150672
deleted thrust header
2012-10-05 18:06:46 +04:00
Vladislav Vinogradov
ab3a5244ba
moved device layer headers to include directory
2012-10-05 18:04:23 +04:00
Vladislav Vinogradov
6f175a3c52
changed the type of the arguments to const reference (Bug #2376 )
...
ORB_GPU::downloadKeyPoints
ORB_GPU::convertKeyPoints
2012-09-20 13:52:04 +04:00
Vladislav Vinogradov
98c92f196e
added Generalized Hough implementation
2012-09-10 16:49:40 +04:00
Anatoly Baksheev
0ba01afd83
added GPU bilateral filter + tests
...
added GPU non local means brute force filter + tests
2012-08-29 19:20:32 +04:00
Anatoly Baksheev
70204a8e68
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
2012-08-24 02:02:42 +04:00
Vladislav Vinogradov
c3f277b7bc
gpu version of HoughCircles
2012-08-23 17:12:43 +04:00
Vladislav Vinogradov
c26d543e1e
gpu::HoughLines : minor code improvements
2012-08-20 16:03:01 +04:00
Vladislav Vinogradov
97731c152d
fixed typo
2012-08-15 15:07:29 +04:00
Vladislav Vinogradov
c3fa7974e6
new optimized version
2012-08-14 17:00:57 +04:00
Vladislav Vinogradov
3703722a72
first naive version
2012-08-13 17:44:46 +04:00
Vladislav Vinogradov
1ecf491373
added updateBackgroundModel parameter
2012-08-09 14:46:27 +04:00
Vladislav Vinogradov
77cae11a74
added docs for GMG_GPU
2012-08-09 13:28:28 +04:00
Vladislav Vinogradov
ace7e9d842
added release method to GMG_GPU
2012-08-09 13:13:04 +04:00
Vladislav Vinogradov
9ec96597cd
gpu version of GMG Background Subtractor
2012-08-09 11:31:08 +04:00
marina.kolpakova
5084511fff
reserved flags parameter for future usage
2012-08-08 15:51:56 +04:00
marina.kolpakova
0bf10c9a47
added connectivityMask calculation function
2012-08-07 13:22:41 +04:00
marina.kolpakova
51433a9331
C.C. Labeling: added stream support
2012-08-07 13:22:41 +04:00
marina.kolpakova
350621057f
connected components labeling
2012-08-07 13:22:41 +04:00
Vladislav Vinogradov
051adcb786
added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
2012-07-31 12:46:04 +04:00
marina.kolpakova
e1e0c46639
integrated patch: HOG confidence calculation. Thanks, Wongun.
2012-07-25 15:26:26 +04:00
marina.kolpakova
1b7ad93dc9
LBP features integrated in CascadeClassifier_GPU
2012-07-24 13:51:35 +04:00
marina.kolpakova
2dc93574e1
LBP: switched to PImpl pattern
2012-07-24 13:41:19 +04:00
Marina Kolpakova
e63ab8dec5
LBP: multiscale approach; refactored atomics usage
2012-07-17 08:27:34 +00:00
Marina Kolpakova
b9e53ec8ea
fixed build after r9027
2012-07-14 15:50:49 +00:00
Anatoly Baksheev
9706079ace
a bit refactoring in LBP face detection on GPU
2012-07-13 15:47:09 +00:00
Marina Kolpakova
86d785622b
LBP: switched to texture implementation
2012-07-10 11:58:15 +00:00
Marina Kolpakova
bc83011736
removed unnecessary memory allocation in LBP classifier
2012-07-04 16:03:48 +00:00
Marina Kolpakova
6c0af66fd8
removed unused class filds
2012-07-04 16:03:40 +00:00
Marina Kolpakova
a9f2f522e7
LBP classifier was refactored, added parameter for max size of detected object
2012-07-02 08:08:11 +00:00
Marina Kolpakova
60b73e7471
gpu classifier default values became same as to cpu implementation
2012-07-02 08:07:55 +00:00
Marina Kolpakova
a743eca076
LBP features: GPU representation
2012-06-26 12:15:19 +00:00
Vladislav Vinogradov
e9e66e5796
added VIBE_GPU (background subtraction) to gpu module
2012-06-26 10:38:15 +00:00
Marina Kolpakova
6801f475ad
LBP: implemented first version of device side part
2012-06-25 16:39:50 +00:00
Marina Kolpakova
71f94e12fb
LBP: implemented image data preparing
2012-06-25 16:39:45 +00:00
Marina Kolpakova
91ba48c5f9
added lbp related CUDA files
2012-06-25 16:39:40 +00:00
Marina Kolpakova
143c57064b
LBP classifier represintation in GPU memory
2012-06-25 16:39:29 +00:00