Pavel Vlasov
30a6cee2fe
Instrumentation for OpenCV API regions and IPP functions;
9 years ago
Alexander Alekhin
7a5c1babde
TAPI: stitching: optimize exposure
11 years ago
Alexander Alekhin
1d9808e5d5
TAPI: stitching, replaced Mat->UMat/_Array
11 years ago
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
12 years ago
Roman Donchenko
f21851f0f4
Boring changes - stitching.
12 years ago
Andrey Kamaev
e5a33723fc
Move C API of opencv_calib3d to separate file
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
Andrey Kamaev
4a53199e7a
Quiet logs in stitching module
12 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
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
Andrey Kamaev
52184c8803
Gpu functionality in stitching module is excluded from Android build
14 years ago
Alexey Spizhevoy
95a3ffd0c5
put all old stitching API into detail namespace
14 years ago
Alexey Spizhevoy
fbe2e6fb01
refactored stitching module
14 years ago
Alexey Spizhevoy
9be4701f24
turned opencv_stitching application to module and sample
14 years ago
Alexey Spizhevoy
b97ecdff0d
refactored opencv_stitching, added possibility to turn off BA
14 years ago
Alexey Spizhevoy
fb1771833a
added --blend_strength parameter into opencv_stitching
14 years ago
Alexey Spizhevoy
7881134cf7
added block-based gain compensator (opencv_stitching), added --preview flag.
14 years ago
Alexey Spizhevoy
4b4053705d
refactored exposure compensators (opencv_stitching)
14 years ago
Alexey Spizhevoy
56f7e54cce
added GC_COLOR_GRAD cost function type into opencv_stitching
14 years ago
Alexey Spizhevoy
c65a39be82
fixed some bugs in opencv_stitching
14 years ago
Alexey Spizhevoy
899d7726d3
added gain compensation into opencv_stitching
14 years ago
Alexey Spizhevoy
00a72d48af
added exposure compensation base class into opencv_stitching
14 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago