Andrey Kamaev
2b6b6f12e2
Debug message is turned off
13 years ago
Marina Kolpakova
680a44189c
merged the trunk r8704:8716
13 years ago
Andrey Kamaev
e94e5866a1
Fixed mingw build warnings
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
ab20da0f53
Merged the trunk r8547:8574, r8587
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
13 years ago
Andrey Kamaev
2f40905548
Fixed Android 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
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
cf25f572a6
Documentation: improved correctness checking for superclasses
13 years ago
Andrey Kamaev
dad75658f2
Documentation: added support for multiple superclasses
13 years ago
Andrey Kamaev
6ca618277c
More fixes for documentation.
13 years ago
Andrey Kamaev
78329b0dfe
New bunch of documentation fixes
13 years ago
Andrey Kamaev
eb2f1f81ed
Fixed hundreds of documentation problems
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
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Ilya Lysenkov
2619221331
Spell checked the documentation with VIM (issue #223 )
13 years ago
Ilya Lysenkov
2f44610ef3
Mentioned in doc if a function is parallelized with the TBB library (issue #421 )
13 years ago
Andrey Kamaev
626afecaf8
Fixed couple of MSVC warnings
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
Andrey Kamaev
ec793df30f
#1205 fixed more bugs/typos in parameters
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
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
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
d8fa374167
Fixed the multi-band blending test
13 years ago
Alexey Spizhevoy
c09eae4969
Updated the multi-band blending test
13 years ago
Alexey Spizhevoy
7ddb706b29
Added a test for the multi-band blender
13 years ago
Alexey Spizhevoy
ed038ef9dc
Updated the stitching module docs
13 years ago
Alexey Spizhevoy
f5ed96f40c
Updated the stitching module docs
13 years ago
Alexey Spizhevoy
70d137269a
Updated the stitching pipeline image
13 years ago