Andrey Kamaev
2f40905548
Fixed Android build
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
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
f1cb2431b8
Fixed small bugs in Stitcher class
13 years ago
Alexey Spizhevoy
28e006ad4f
Fixed median focal length estimation in the stitching module
13 years ago
Alexey Spizhevoy
b8304ce764
Updated stitcher a little bit
13 years ago
Alexey Spizhevoy
404e9cb9d5
Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface
14 years ago
Alexey Spizhevoy
a7d053f10d
Added handling of ROI in stitching features matchers
14 years ago
Alexey Spizhevoy
b053a3b486
Added matching mask into pairwise matcher from stitching module
14 years ago
Alexey Spizhevoy
551113292b
Refactored stitching module
14 years ago
Alexey Spizhevoy
66b41b67f9
Added support of GPU in stitching seam estimators
14 years ago
Alexey Spizhevoy
16f5c67914
Added support of vertical straightening into stitching
14 years ago
Alexey Spizhevoy
4ee462c961
Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module)
14 years ago
Alexey Spizhevoy
dbce155874
Refactored motion estimators in stitching module
14 years ago
Alexey Spizhevoy
4a5abc7552
Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it.
14 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.
14 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.
14 years ago
Alexey Spizhevoy
cbb6ac0c34
refactored features finders in stitching module
14 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
14 years ago