386 Commits (d8755fd1c0d6237c521ee477004f1f84d6bda4da)

Author SHA1 Message Date
Vladislav Vinogradov 7a1874b2cc new reduce and reduceKeyVal implementation 12 years ago
Vladislav Vinogradov d47c112434 fix abs_func and minimum/maximum functors 12 years ago
marina.kolpakova 68d04d28b6 replace offsets in surf to simple copy for better speed 12 years ago
marina.kolpakova 8acfbde68e remove debug detect at scale method 12 years ago
Vladislav Vinogradov 29f89e8930 moved block.hpp to include folder 12 years ago
marina.kolpakova 916967cac5 add comments to class declaration 12 years ago
marina.kolpakova 0cbf9eb22a add support for CUDA streams 12 years ago
marina.kolpakova 40600fa504 GPU version becomes algorithm 12 years ago
marina.kolpakova 64d6e6a48d add getROISize 12 years ago
marina.kolpakova b52fea7fae update soft cascade interface: - add class Detection in interface, - split sync- and async- versions, - add support for detecting at the specific scale. 12 years ago
marina.kolpakova 1ab7af6995 GPU soft cascade: buffers preallocation 12 years ago
marina.kolpakova 267d140bfe soft cascade: gpu representation 12 years ago
marina.kolpakova dd9c53497b GPU interface for soft cascade 12 years ago
Vladislav Vinogradov beb377b38c gpu implementation of Dual TV-L1 Optical Flow 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
marina.kolpakova e5437e5486 Fix binary compatibility of opencv_gpu 12 years ago
marina.kolpakova 296aa7c4fb One more fix for Kepler-specific gpu::integral usage 12 years ago
Anatoly Baksheev 9a4265a8d0 fast nlm (class version) 12 years ago
Anatoly Baksheev 4b5bbb7752 fast_nlm initial version 12 years ago
Vladislav Vinogradov be19150672 deleted thrust header 12 years ago
Vladislav Vinogradov ab3a5244ba moved device layer headers to include directory 12 years ago
Vladislav Vinogradov 6f175a3c52 changed the type of the arguments to const reference (Bug #2376) 12 years ago
Vladislav Vinogradov 98c92f196e added Generalized Hough implementation 12 years ago
Anatoly Baksheev 0ba01afd83 added GPU bilateral filter + tests 12 years ago
Anatoly Baksheev 70204a8e68 Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now 12 years ago
Vladislav Vinogradov c3f277b7bc gpu version of HoughCircles 12 years ago
Vladislav Vinogradov c26d543e1e gpu::HoughLines : minor code improvements 12 years ago
Vladislav Vinogradov 97731c152d fixed typo 12 years ago
Vladislav Vinogradov c3fa7974e6 new optimized version 12 years ago
Vladislav Vinogradov 3703722a72 first naive version 12 years ago
Vladislav Vinogradov 1ecf491373 added updateBackgroundModel parameter 13 years ago
Vladislav Vinogradov 77cae11a74 added docs for GMG_GPU 13 years ago
Vladislav Vinogradov ace7e9d842 added release method to GMG_GPU 13 years ago
Vladislav Vinogradov 9ec96597cd gpu version of GMG Background Subtractor 13 years ago
marina.kolpakova 5084511fff reserved flags parameter for future usage 13 years ago
marina.kolpakova 0bf10c9a47 added connectivityMask calculation function 13 years ago
marina.kolpakova 51433a9331 C.C. Labeling: added stream support 13 years ago
marina.kolpakova 350621057f connected components labeling 13 years ago
Vladislav Vinogradov 051adcb786 added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection 13 years ago
marina.kolpakova e1e0c46639 integrated patch: HOG confidence calculation. Thanks, Wongun. 13 years ago
marina.kolpakova 1b7ad93dc9 LBP features integrated in CascadeClassifier_GPU 13 years ago
marina.kolpakova 2dc93574e1 LBP: switched to PImpl pattern 13 years ago
Marina Kolpakova e63ab8dec5 LBP: multiscale approach; refactored atomics usage 13 years ago
Marina Kolpakova b9e53ec8ea fixed build after r9027 13 years ago
Anatoly Baksheev 9706079ace a bit refactoring in LBP face detection on GPU 13 years ago
Marina Kolpakova 86d785622b LBP: switched to texture implementation 13 years ago
Marina Kolpakova bc83011736 removed unnecessary memory allocation in LBP classifier 13 years ago
Marina Kolpakova 6c0af66fd8 removed unused class filds 13 years ago
Marina Kolpakova a9f2f522e7 LBP classifier was refactored, added parameter for max size of detected object 13 years ago