StevenPuttemans
564a8ed208
adapted all nonfree header inclusion since it doesn't exist anymore as a module
10 years ago
Petr Glotov
7a77cf584a
added timelapse
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Adi Shavit
7674f3ddbf
Added call to clone() to avoid unexpected change to external data.
...
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
11 years ago
Alexander Alekhin
c1ea6f3c42
TAPI: stitching: improve warpers
11 years ago
Alexander Alekhin
1d9808e5d5
TAPI: stitching, replaced Mat->UMat/_Array
11 years ago
Vladislav Vinogradov
214cbabc40
update stitching sample
11 years ago
Ilya Lavrenov
118709fd9f
added OpenCL accelerated warpers
11 years ago
Alexander Smorkalov
529bd41751
Build fixes for case where HAVE_CUDA==OFF.
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
11 years ago
Roman Donchenko
62353b7980
Boring changes - samples.
11 years ago
Vladislav Vinogradov
ae94256edc
renmaed gpu module -> cuda
11 years ago
Vladislav Vinogradov
d4901a99ea
renamed gpuwarping -> cudawarping
11 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Alexey Spizhevoy
37ea872204
added handling of camera parameters estimation errors ( #3122 )
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
fdeec6896c
stitching module fixes
12 years ago
Andrey Kamaev
29cfeb7cee
Fix build of apps and samples
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
8fb6d9f650
Fix Android build warnings
12 years ago
Vadim Pisarevsky
044d38a051
expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching
12 years ago
alexey.spizhevoy
a39bce204d
implemented DP-based seam estimation method
12 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Alexey Spizhevoy
e87a07e2aa
Fixed bug #1693 . Also corrected default parameters for stitching.
13 years ago
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
13 years ago
Ivan Korolev
6e2507c197
Added some new warpers.
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
Alexey Spizhevoy
28e006ad4f
Fixed median focal length estimation in the stitching module
13 years ago
Andrey Kamaev
f299bde3a9
Added ORB features finder into stitching module
13 years ago
Alexey Spizhevoy
404e9cb9d5
Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface
13 years ago
Alexey Spizhevoy
230cc3e0c3
Minor fix in stitching_detailed
13 years ago
Alexey Spizhevoy
66b41b67f9
Added support of GPU in stitching seam estimators
13 years ago
Alexey Spizhevoy
16f5c67914
Added support of vertical straightening into stitching
13 years ago
Alexey Spizhevoy
39533a0b1b
Added BA refinement flags into stitching_detailed
13 years ago
Alexey Spizhevoy
4ee462c961
Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module)
13 years ago
Alexey Spizhevoy
dbce155874
Refactored motion estimators in stitching module
13 years ago
Alexey Spizhevoy
4a5abc7552
Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it.
13 years ago
Alexey Spizhevoy
f262f58297
Changed one CLI message in stitching_detailed.
13 years ago
Alexey Spizhevoy
07efb17d12
Fixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio in BA in stitching to avoid stretching of input images. Did minor refactoring.
13 years ago
Alexey Spizhevoy
23636433d7
Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers.
13 years ago
P. Karasev
6030e029e3
touch stitching app, test/verify svn access
13 years ago
Alexey Spizhevoy
cbb6ac0c34
refactored features finders in stitching module
13 years ago
Alexey Spizhevoy
505e8e0936
minor refactoring of stitching
13 years ago