Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
11 years ago |
Roman Donchenko
|
24dee16b12
|
Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience.
Also changed the static functions to inline, to stop GCC complaining
about unused functions.
|
11 years ago |
Roman Donchenko
|
cce0f48d3e
|
Boring changes - softcascade.
|
11 years ago |
Roman Donchenko
|
18bb951574
|
Nuked the rest of the precomp.cpp files.
Consider this a part of merging #1357.
|
11 years ago |
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
11 years ago |
Vladislav Vinogradov
|
8282f6ebc1
|
renamed gpu::cudev namespace -> cuda::device
cudev is used for new device layer
|
11 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
11 years ago |
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
11 years ago |
Roman Donchenko
|
9b92545ce6
|
War on Whitespace, master edition: trailing spaces.
|
11 years ago |
Vladislav Vinogradov
|
cd2b7448f4
|
eliminate unnecessary double arithmetics in CUDA
|
11 years ago |
Roman Donchenko
|
1160b04fb4
|
Fixed a build warning in softcascade.
|
12 years ago |
Vladislav Vinogradov
|
4f0d72bf43
|
added missing <iostream> header
|
12 years ago |
Vladislav Vinogradov
|
439c3574ed
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
Vladislav Vinogradov
|
76f4b02b06
|
refactored gpu::Stream (minor fixes)
|
12 years ago |
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
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
|
0ce10532b3
|
softcascade module fixes
|
12 years ago |
Vladislav Vinogradov
|
54e7c76d99
|
fixed compilation errors
|
12 years ago |
Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
12 years ago |
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
12 years ago |
Vladislav Vinogradov
|
b50090f850
|
restore cudaSafeCall
|
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
|
a57707b8d8
|
moved device layer to core module
|
12 years ago |
Andrey Kamaev
|
940eedfb27
|
Finalize core headers reorganization
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Vladislav Vinogradov
|
2661c2e213
|
fixed warnings
|
12 years ago |
Jacob Baines
|
866d676582
|
Memory Leak Fix
Memory leak in BoostedSoftCascadeOctave::traverse
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Vadim Pisarevsky
|
07e0f7bf59
|
refactored video module; use the new-style algorithms now
|
12 years ago |
marina.kolpakova
|
238ea7f0f0
|
fix warnings under win.
|
12 years ago |
marina.kolpakova
|
43db0d543d
|
fix win warnings
|
12 years ago |
marina.kolpakova
|
318257f3a3
|
refactor cpp files naming
|
12 years ago |
marina.kolpakova
|
0211843062
|
merge Detection structure for CPU and GPU soft cascade detectors
|
12 years ago |
Anatoly Baksheev
|
fe10c74faa
|
fixed compilation for vs2008
|
12 years ago |
marina.kolpakova
|
92ba74a3ee
|
fix cuda
|
12 years ago |
Andrey Kamaev
|
a1c456b7c3
|
Extract common base header for C and C++ APIs
|
12 years ago |
marina.kolpakova
|
157a98edf7
|
refactored cuda error handling; remove optional dependancies in soft cascade training app
|
12 years ago |
marina.kolpakova
|
a476664144
|
fixed compilation with latest master changes
|
12 years ago |
marina.kolpakova
|
6f11dc03b9
|
implement integral
|
12 years ago |
marina.kolpakova
|
83e7d3dd67
|
remove generic version of GPU channel computer.
|
12 years ago |
marina.kolpakova
|
3c8e66d580
|
softcascade: remove device dependency on gpu
|
12 years ago |
marina.kolpakova
|
6daf17f974
|
remove softcascade host dependencies on gpu module
|
12 years ago |
marina.kolpakova
|
5120322cea
|
move gpu version of soft cascade to dedicated module
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
marina.kolpakova
|
18aa5c921f
|
use OpenCV's twister.
|
12 years ago |