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
f21851f0f4
Boring changes - stitching.
11 years ago
Vladislav Vinogradov
d4901a99ea
renamed gpuwarping -> cudawarping
11 years ago
Vladislav Vinogradov
dcd600cc47
renamed gpuarithm -> cudaarithm
11 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
11 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
fdeec6896c
stitching module fixes
12 years ago
Andrey Kamaev
e5a33723fc
Move C API of opencv_calib3d to separate file
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.hpp independent from C API
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
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
680a44189c
merged the trunk r8704:8716
13 years ago
Andrey Kamaev
d48d7b2b46
Updated warning options for GCC; fixed new warnings.
13 years ago
Andrey Kamaev
3df41c1d62
Tegra version of cv::detail::
13 years ago
Andrey Kamaev
4ebb66362c
Tegra version of cv::detail::createLaplacePyr
13 years ago
Alexander Shishkov
466345e936
fixed stitching compilation
13 years ago
Andrey Kamaev
49207ce1a0
Minor fix in blender mask conversion.
13 years ago
Andrey Kamaev
679f1dad99
Stitching: added CV_16S weights support to the multiband blender
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Vladislav Vinogradov
09ba133ddf
prepared GpuMat for moving to core module
13 years ago
Alexey Spizhevoy
74561c5b8e
Added createWightMaps function into FeatherBlender (stitching)
13 years ago
Alexey Spizhevoy
48dec9c03a
Fixed GPU version of multi-band blending in stitching module
13 years ago
Andrey Kamaev
52184c8803
Gpu functionality in stitching module is excluded from Android build
13 years ago
Alexey Spizhevoy
95a3ffd0c5
put all old stitching API into detail namespace
13 years ago
Alexey Spizhevoy
fbe2e6fb01
refactored stitching module
13 years ago
Alexey Spizhevoy
9be4701f24
turned opencv_stitching application to module and sample
13 years ago
Vladislav Vinogradov
15b1b4e232
switched to gpu::pyrDown and gpu::pyrDown in opencv_stitching
13 years ago
Alexey Spizhevoy
ad454d83b9
added gpu::buildWarpPlaneMaps and gpu::buildWarpCylindricalMaps functions, integrated into stitching
14 years ago
Alexey Spizhevoy
674b763395
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
14 years ago
Alexey Spizhevoy
ace94d2ebf
fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented)
14 years ago
Alexey Spizhevoy
8e3777676c
minor changes in opencv_stitching
14 years ago
Alexey Spizhevoy
497ee7a5f3
added some comments into multi-band blending code
14 years ago
Alexey Spizhevoy
052bf4df73
added number of bands cropping in multi-bands blending
14 years ago
Alexey Spizhevoy
899d7726d3
added gain compensation into opencv_stitching
14 years ago
Alexey Spizhevoy
3d50df37c2
reduced memory requirements for multi-band blending
14 years ago
Alexey Spizhevoy
ef966e15c1
updated focal estimation (opencv_stitching) + refactoring
14 years ago
Alexey Spizhevoy
3bb685a744
minor changes in opencv_stitching
14 years ago
Alexey Spizhevoy
f44632ee6f
switched float with short in blending step (opencv_stitching)
14 years ago
Alexey Spizhevoy
5bf8109dbc
minor memory optimization in opencv_stitching
14 years ago
Alexey Spizhevoy
4827fbf326
implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp
14 years ago
Vadim Pisarevsky
23768b1826
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719 )
14 years ago
Alexey Spizhevoy
16e6c45ed7
changes blenders interface in opencv_stitching
14 years ago
Alexey Spizhevoy
4567b4326b
reduced memory requirements in opencv_stitching
14 years ago
Alexey Spizhevoy
7e4769a047
reduced memory requirements for multi-band blending
14 years ago
Vladislav Vinogradov
336989f80b
added image stitching module
14 years ago