8 Commits (a3144cbadc24c46178b2d27eab4a797792398691)

Author SHA1 Message Date
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 8 years ago
Claudio 4709b9d2d8
Add cuda::streams to by_rows and 8UC1 functions 8 years ago
Claudio dd3655f6a6
Align parameter code style between hog .cu and .cpp files 8 years ago
Claudio 35f66340d7
Add cuda::Stream capability to cuda::HOG::compute 8 years ago
ManuelFreudenreich 89889ae8ea changed hog to work with variable parameters and changed the hog sample to test it with more options 10 years ago
Vladislav Vinogradov 8257dc3c1e refactor CUDA HOG algorithm: 10 years ago
Vladislav Vinogradov 0af7597d36 fix CUDA HOG for multi GPU systems: 10 years ago
Vladislav Vinogradov f126f371b2 move CUDA object detection algorithms to separate module 10 years ago
Vladislav Vinogradov ae94256edc renmaed gpu module -> cuda 12 years ago
Vladislav Vinogradov 8282f6ebc1 renamed gpu::cudev namespace -> cuda::device 12 years ago
Vladislav Vinogradov e895b7455e renamed gpu namespace -> cuda 12 years ago
Vladislav Vinogradov eda124ec32 removed gpuobjdetect module 12 years ago
Vladislav Vinogradov a6648b5372 gpuobjdetect module for object detection 12 years ago
Vladislav Vinogradov 54e7c76d99 fixed compilation errors 12 years ago
Vladislav Vinogradov 910ef57109 renamed cuda namespace to cudev 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 12 years ago
Vladislav Vinogradov 28b1e81883 renamed device -> cuda 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Vladislav Vinogradov 304714862f fixed bug in gpu::HOGDescriptor::computeConfidenceMultiScale 13 years ago
Anatoly Baksheev 55b1d7c097 added CUDA_DISABLER preprocessor commands 13 years ago
Anatoly Baksheev 70204a8e68 Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now 13 years ago
marina.kolpakova f17f4bda60 more warning fixes for GCC 13 years ago
marina.kolpakova e1e0c46639 integrated patch: HOG confidence calculation. Thanks, Wongun. 13 years ago
Marina Kolpakova 162f9fd7ea merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811 13 years ago
Marina Kolpakova 6cca6a4548 merged the trunk r8669:8702 13 years ago
Vladislav Vinogradov e7c35b1852 fixed bug in cv::gpu::HOGDescriptor::detectMultiScale 13 years ago
Marina Kolpakova 5d06788305 fixed more "shadow" warnings 13 years ago
Vladislav Vinogradov 0f53f2993e removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 14 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 14 years ago
Anatoly Baksheev 7076dfd7d6 gpu module: refactored devmem2d.hpp (atomic bomb) 14 years ago
Vladislav Vinogradov 5ed65979c1 fixed bug in gpu::HOGDescriptor::getBuffer (ticket #1379) 14 years ago
Vladislav Vinogradov 42ced17c2c fixed some warnings under win64 14 years ago
Anatoly Baksheev 8b8ad17f4a fixed extra memory allocations. 14 years ago
Alexey Spizhevoy 4e23f37ff8 added docs for gpu::HOGDescriptor 14 years ago
Alexey Spizhevoy 4dfbf99dd5 cosmetic changes in gpu module, decreased matchTemplate test running time 14 years ago
Alexey Spizhevoy df48ad76b0 added support of gamama_correction parameter into gpu::HOGDescriptor, updated tests 15 years ago
Alexey Spizhevoy 9ad7a1c927 fixed compile time errors in gpu module (if one compiles without CUDA) 15 years ago
Alexey Spizhevoy d7c0c72b75 fixed scaling in gpu HOG 15 years ago
Andrey Morozov 680dc71bc5 fixed compilation error and warnings under ubuntu 15 years ago
Alexey Spizhevoy 6a9d022a9f added support of different descriptor formats into gpu HOGDescriptor 15 years ago
Alexey Spizhevoy 11c0c5bf85 added getDescriptors support into gpu HOG, also added commented test for this feature 15 years ago
Alexey Spizhevoy 8adc62016b added getDescriptors function (draft version) 15 years ago
Alexey Spizhevoy 2d01558479 added different win_stride values feature into gpu HOG, refactored gpu HOG sample 15 years ago
Alexey Spizhevoy 4568d702ff added getPeopleDetector_48x96 into gpu HOG 15 years ago
Anatoly Baksheev edff674105 added default detector for winSize(64,128) for hog on gpu 15 years ago
Alexey Spizhevoy fada88e100 fixed some bugs, added tests for gpu::HOGDescriptor 15 years ago
Alexey Spizhevoy 13134595fd added HOGDescriptor on GPU 15 years ago