Andrey Kamaev
0ceb9b6a00
Fixed division by zero case in SphericalProjector::mapForward
12 years ago
Alexey Spizhevoy
8c3984c5ff
Refactored the DP based seam finder
12 years ago
alexey.spizhevoy
7222f2724f
Fixed bug
12 years ago
alexey.spizhevoy
897c2bbd14
Added support of 8UC3
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
ab20da0f53
Merged the trunk r8547:8574, r8587
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Anatoly Baksheev
0395f7c63f
fixed relative path for stitching/details headers
13 years ago
Andrey Kamaev
81a5988015
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
13 years ago
Andrey Kamaev
78329b0dfe
New bunch of documentation fixes
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
626afecaf8
Fixed couple of MSVC warnings
13 years ago
Alexander Mordvintsev
6848c6d69a
reverted revision 7676 ( #1725 )
13 years ago
Alexander Mordvintsev
13045dec1d
working on python wrappers for stitching
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
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
13 years ago
Ivan Korolev
6e2507c197
Added some new warpers.
13 years ago
Andrey Kamaev
679f1dad99
Stitching: added CV_16S weights support to the multiband blender
13 years ago
Leonid Beynenson
4a299acd48
Added PlanePortraitWarper class.
13 years ago
Leonid Beynenson
b8eeb019db
Added spherical and cylindrical warpers, which work in the portrait mode -- when poles are located NOT at (0, -1, 0) and (0, 1, 0) points, BUT at (1, 0, 0) and (-1, 0, 0) points.
13 years ago
Vladislav Vinogradov
2d30480982
created wrappers for new NPP functions
...
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
13 years ago
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
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
7ddb706b29
Added a test for the multi-band blender
13 years ago
Alexey Spizhevoy
a7e7226a02
Updated the stitching module docs
13 years ago
Vladislav Vinogradov
79cc05d062
minor fix
13 years ago
Leonid Beynenson
2395654cbf
Made changes in the stitching log macros: now the function stitchingLogLevel() may be used to make the stitching classes more/less verbose.
13 years ago
Alexey Spizhevoy
69b670bdaa
Updated the stitching module docs
13 years ago
Alexey Spizhevoy
b4f17ab79e
Updated motions estimators in the stitching module to be able to set camera intrinsics manually
13 years ago
Leonid Beynenson
54adb3c9cf
Removed unrequired dependency to the header "cvconfig.h".
13 years ago
Leonid Beynenson
0b907d088d
Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm.
13 years ago
Leonid Beynenson
782ccc1844
Made changes in the stitching module to make correct logging on Android.
13 years ago
Alexey Spizhevoy
0b192cb4ea
Fixed warning in the ORB features finder
13 years ago
Andrey Kamaev
f1cb2431b8
Fixed small bugs in Stitcher class
13 years ago
Alexey Spizhevoy
b74e9c101a
Fixed bug in the stitching module (some images appeared at result pano center)
13 years ago
Andrey Kamaev
5656a9dd6b
Better default grid size for ORB-based stitching
13 years ago
Alexey Spizhevoy
b8304ce764
Updated stitcher a little bit
13 years ago
Andrey Kamaev
94f72ae876
Stitching: added grid option to OrbFeaturesFinder
13 years ago
Andrey Kamaev
f299bde3a9
Added ORB features finder into stitching module
13 years ago
Alexey Spizhevoy
9047ef2cdf
Renamed warp of point method into warpPoint
13 years ago
Alexey Spizhevoy
a7fbcad283
Added warp method into the RotationWarper interface, added find() into VoronoiSeamFinder which uses only source image sizes
13 years ago
Alexey Spizhevoy
74561c5b8e
Added createWightMaps function into FeatherBlender (stitching)
13 years ago
Andrey Kamaev
ee413b8026
Avoid duplicated surf extraction step when same parameters are used for detection and descriptors calculation
13 years ago
Alexey Spizhevoy
607a7fd2c2
Updated GPU warpers interface
13 years ago
Alexey Spizhevoy
404e9cb9d5
Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface
13 years ago
Alexey Spizhevoy
a7d053f10d
Added handling of ROI in stitching features matchers
13 years ago