StevenPuttemans
|
6d34d6b47e
|
update samples: waitKey() usage
Original commit is a5f19f7dd6
|
8 years ago |
StevenPuttemans
|
5728f796f6
|
updating python tutorials + providing necessary data
|
8 years ago |
Vladislav Vinogradov
|
dae188d14f
|
move obsolete algorithms from cudabgsegm to cudalegacy:
* GMG
* FGD
|
10 years ago |
Dmitriy Anisimov
|
1007c06d44
|
initial commit
|
11 years ago |
Vladislav Vinogradov
|
5673e7e435
|
fix bug in gpu bgsegm sample
create `d_fgimg` matrix before cleaning.
|
12 years ago |
Vladislav Vinogradov
|
29386f1449
|
renamed gpubgsegm -> cudabgsegm
|
12 years ago |
Vladislav Vinogradov
|
91dd44e7fa
|
removed compatibility headers
|
12 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
12 years ago |
Vladislav Vinogradov
|
62edeeed16
|
refactored FGD algorithm
|
12 years ago |
Vladislav Vinogradov
|
697793090d
|
refactored GMG algorithm
|
12 years ago |
Vladislav Vinogradov
|
b8f0d1a0e4
|
refactored MOG2 algorithm
|
12 years ago |
Vladislav Vinogradov
|
a2adab7283
|
refactored MOG algorithm
converted it to abstract interface
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Vladislav Vinogradov
|
49a4f27d42
|
removed VIBE implementation
|
12 years ago |
Vladislav Vinogradov
|
ec52096e30
|
removed VIBE implementation
|
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
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
12 years ago |
Vladislav Vinogradov
|
0a65f2f4af
|
merged gpunonfree and nonfree module
|
12 years ago |
Vladislav Vinogradov
|
fd7bf0b766
|
moved SURF_GPU and VIBE to gpunonfree module
|
12 years ago |
Andrey Kamaev
|
d566c6bc86
|
Revert "add new version of CommandLineParser. add empty docs"
This reverts commit 54a202b3d5 .
Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp
|
13 years ago |
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
13 years ago |
Andrey Kamaev
|
f2a02feffa
|
Fix Windows build issues
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
|
13 years ago |
Vladislav Vinogradov
|
beb3e6ff18
|
added GMG_GPU to bgfg_segm sample
|
13 years ago |
Vladislav Vinogradov
|
e9e66e5796
|
added VIBE_GPU (background subtraction) to gpu module
|
13 years ago |
Vladislav Vinogradov
|
d85ef03a42
|
added background subtraction sample for gpu module
|
13 years ago |