ManuelFreudenreich
|
89889ae8ea
|
changed hog to work with variable parameters and changed the hog sample to test it with more options
added comments and tests
|
10 years ago |
Tzafrir
|
997dded1ac
|
add default file to load in case sample was run without command line arguments
|
10 years ago |
Vladislav Vinogradov
|
8257dc3c1e
|
refactor CUDA HOG algorithm:
use abstract interface with hidden implementation
|
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
|
91dd44e7fa
|
removed compatibility headers
|
12 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
12 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
564f609885
|
fixed samples compilation
|
12 years ago |
Andrey Kamaev
|
5e048d1fa5
|
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
|
12 years ago |
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
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 |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vladislav Vinogradov
|
d38ca09738
|
added gpu::printCudaDeviceInfo to all samples
|
13 years ago |
Vladislav Vinogradov
|
11a5e78042
|
fixed gpu samples build
|
14 years ago |
Alexey Spizhevoy
|
a2090a44db
|
Updated CLI for GPU samples
|
14 years ago |
Alexey Spizhevoy
|
ea01adb9c9
|
fixed writing video in HOG sample
|
14 years ago |
Alexey Spizhevoy
|
4dfbf99dd5
|
cosmetic changes in gpu module, decreased matchTemplate test running time
|
14 years ago |
Alexey Spizhevoy
|
1a34fa30f4
|
video writing via cmd args in hog sample added
|
14 years ago |
Alexey Spizhevoy
|
ab543b5085
|
updated gpu hog sample
|
14 years ago |
Alexey Spizhevoy
|
2f13e4ce58
|
refactored hog, added camera support into hog_sample
|
14 years ago |
Alexey Spizhevoy
|
edce202065
|
added first version of stereo match sample on gpu
|
14 years ago |
Alexey Spizhevoy
|
a2ace58bb0
|
gpu hog sample: added support of writing video
|
14 years ago |
Alexey Spizhevoy
|
0036cabaf2
|
fixed total FPS evaluation in the GPU HOG sample
|
14 years ago |
Alexey Spizhevoy
|
df48ad76b0
|
added support of gamama_correction parameter into gpu::HOGDescriptor, updated tests
|
14 years ago |
Anatoly Baksheev
|
0e43976259
|
1) more convenient naming for samples gpu
2) added mask support to device 'transform' function
3) sample hog gpu: waitKey(1) -> waitKey(3), in other case image is not displayed.
|
14 years ago |
Anatoly Baksheev
|
790cd2ef28
|
just for more convenient naming
|
14 years ago |
Alexey Spizhevoy
|
4e52df75a7
|
fixed compiling bug under g++ in gpi HOG sample
|
15 years ago |
Alexey Spizhevoy
|
fbb6b6f90c
|
fixed compile bug under g++
|
15 years ago |
Alexey Spizhevoy
|
11c0c5bf85
|
added getDescriptors support into gpu HOG, also added commented test for this feature
|
15 years ago |
Alexey Spizhevoy
|
2d01558479
|
added different win_stride values feature into gpu HOG, refactored gpu HOG sample
|
15 years ago |
Alexey Spizhevoy
|
27542529a5
|
refactored hog GPU
|
15 years ago |
Alexey Spizhevoy
|
6c326eb4bb
|
added gpu HOG sample
|
15 years ago |