Vladislav Vinogradov
8b1f88c40f
updated gpu module API
12 years ago
Andrey Kamaev
9944282b09
Fix build with STLPort from NDK r8d
12 years ago
Andrey Kamaev
afc79e2a02
Fix warnings from MSVC 9 64-bit
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
marina.kolpakova
e5437e5486
Fix binary compatibility of opencv_gpu
12 years ago
Andrey Kamaev
4a53199e7a
Quiet logs in stitching module
12 years ago
Alexey Spizhevoy
cb705aad1a
updated DP seaming to support 4 channel images
12 years ago
Alexey Spizhevoy
eafb024112
fixed one of the log messages in the stitching module
12 years ago
Alexey Spizhevoy
317a27e9eb
fixed the bug #2385
12 years ago
Vadim Pisarevsky
633a8bfacc
fixed many warnings (modified pull request 13)
12 years ago
Andrey Kamaev
1a621c2916
Fix build warnings
12 years ago
Alexey Spizhevoy
8c3984c5ff
Refactored the DP based seam finder
12 years ago
alexey.spizhevoy
43d46c0e8b
Minor fix in the DP based seam estimator
12 years ago
alexey.spizhevoy
7222f2724f
Fixed bug
12 years ago
alexey.spizhevoy
85d1c463b9
Minor changes
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
b368f99d03
Merged the trunk r8852:8880
13 years ago
Andrey Kamaev
2b6b6f12e2
Debug message is turned off
13 years ago
Marina Kolpakova
680a44189c
merged the trunk r8704:8716
13 years ago
Andrey Kamaev
d48d7b2b46
Updated warning options for GCC; fixed new warnings.
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
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
Vladislav Vinogradov
44eaeee865
refactored gpu BruteForceMather (made it similar to BFMatcher)
13 years ago
Andrey Kamaev
11ce8683bb
Fixed stitching module tests built without nonfree
13 years ago
Vadim Pisarevsky
5c615ec28f
added optional dependency stitching->nonfree. When nonfree is available, make sure linker does not throw it away.
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
Andrey Kamaev
3df41c1d62
Tegra version of cv::detail::
13 years ago
Andrey Kamaev
4ebb66362c
Tegra version of cv::detail::createLaplacePyr
13 years ago
Alexander Shishkov
466345e936
fixed stitching compilation
13 years ago
Andrey Kamaev
49207ce1a0
Minor fix in blender mask conversion.
13 years ago
Andrey Kamaev
679f1dad99
Stitching: added CV_16S weights support to the multiband blender
13 years ago
Leonid Beynenson
9794f5977c
Changed the class OrbFeaturesFinder to make it work with CV_8UC4 and CV_8UC1 images.
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
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
Leonid Beynenson
6d8f4c6b82
Added small debug insertion.
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
0b907d088d
Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm.
13 years ago
Vladislav Vinogradov
09ba133ddf
prepared GpuMat for moving to core module
13 years ago
Andrey Kamaev
b720eddd9e
Tegra-optimized features matching for Stitching
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