Roman Donchenko
e9a28f66ee
Normalized file endings.
11 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
Alexey Spizhevoy
c9a41c6802
added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed
13 years ago
Alexey Spizhevoy
95a3ffd0c5
put all old stitching API into detail namespace
13 years ago
Alexey Spizhevoy
9be4701f24
turned opencv_stitching application to module and sample
13 years ago
Alexey Spizhevoy
b6e9ed4ec5
fixed bug in opencv_stitching (added handling of homography evaluation failure)
13 years ago
Alexey Spizhevoy
ee18397f58
added CameraInfo class into opencv_stitching
13 years ago
Alexey Spizhevoy
b97ecdff0d
refactored opencv_stitching, added possibility to turn off BA
13 years ago
Alexey Spizhevoy
8b7d74e9f0
minor changes in opencv_stitching
13 years ago
Alexey Spizhevoy
f95e71ea3a
added saving of matches graph into opencv_stitching (in DOT format)
13 years ago
Alexey Spizhevoy
aba2008711
implemented rotating-only cameras calibration
13 years ago
Vladislav Vinogradov
c5adaa717b
minor stitching optimization (improve buffer reuse)
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
4401f33e10
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
14 years ago
Alexey Spizhevoy
138490fdbb
added \n into help message (opencv_stitching)
14 years ago
Alexey Spizhevoy
98d663e7e0
updated help message in opencv_stitching app
14 years ago
Alexey Spizhevoy
1c0f7e0e47
updated default params for preview mode (opencv_stitching)
14 years ago
Alexey Spizhevoy
810604315b
minor change
14 years ago
Alexey Spizhevoy
fb1771833a
added --blend_strength parameter into opencv_stitching
14 years ago
Alexey Spizhevoy
82e12d6c59
updated help message (opencv_stitching)
14 years ago