Adi Shavit
|
aad95c7d8c
|
Added call to clone() to avoid unexpected change to external data.
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
|
10 years ago |
Maksim Shabunin
|
91e21847e2
|
Some changes to make migration to 3.0 easier
|
10 years ago |
Maksim Shabunin
|
09fb7512ed
|
Fixed iOS framework compilation warnings
|
10 years ago |
Dmitry Gribanov
|
8a1d3929cc
|
Feature based stitching's wave correction bugfix.
When we have similar matrices in input, then algorithm returns matrices
with NaN values.
|
10 years ago |
LeonidBeynenson
|
8578f9c565
|
Added a TODO comment about changes which should be done in GpuMatcher::match
|
11 years ago |
Leonid Beynenson
|
cce2d9927e
|
Fixed bug which caused crash of GPU version of feature matcher in stitcher
The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.
|
11 years ago |
Leonid Beynenson
|
79878a57a9
|
Fixed bug in cv::detail::waveCorrect
The function makes wave correction of a stitched panorama.
Earlier it gave wrong results for panorama made from 1 frame.
|
11 years ago |
Vladislav Vinogradov
|
3e755b2290
|
turn on CUDA part of stitching module on Android for non-dynamic build(cherry picked from commit a138e5a6a5 )
|
11 years ago |
Vladislav Vinogradov
|
a138e5a6a5
|
turn on CUDA part of stitching module on Android for non-dynamic build
|
11 years ago |
Alexander Smorkalov
|
c48777a1c3
|
CUDA dependency in nonfree nodule removed. OpenCV.mk generation fixed.
|
11 years ago |
Alexander Smorkalov
|
bc72f4d2a2
|
Code review fixes.
|
11 years ago |
Alexander Smorkalov
|
069f3d8d9a
|
Build fixes for GPU module.
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
11 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
11 years ago |
StevenPuttemans
|
ed76b2f98f
|
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
|
11 years ago |
StevenPuttemans
|
0c5244103f
|
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
|
11 years ago |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Ivan Korolev
|
58fa401b4d
|
Fixed a bug #2405
|
12 years ago |
Roman Donchenko
|
41482fe56c
|
Erase MatchPairsBody's copy constructor.
It's the same as the implicitly defined one, and it causes a -Wextra warning
(not initializing the base class in a copy constructor).
|
12 years ago |
Roman Donchenko
|
29b13ec1de
|
Replaced most of the usages of parallel_for with that of parallel_for_.
This should allow many algorithms to take advantage of more parallelization
technologies.
|
12 years ago |
Gurpinder Singh Sandhu
|
69127e4105
|
some typo
|
12 years ago |
Gurpinder Singh Sandhu
|
2b1e13f8f4
|
changed surfFeaturesFinder::find() to allow CV_8UC1 type images
http://code.opencv.org/issues/2926
|
12 years ago |
Alexander Smorkalov
|
7ec2b6bad0
|
Highgui tests for GUI disabled for WinRT;
Warnings fix;
|
12 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 |
Vladislav Vinogradov
|
8b1f88c40f
|
updated gpu module API
|
12 years ago |
Andrey Kamaev
|
2fe7482b73
|
Add support for enums into rst ocv domain
|
12 years ago |
Anna Kogan
|
ed4c687d45
|
Increased time limits, eliminated extra params
|
12 years ago |
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
12 years ago |
Andrey Kamaev
|
9944282b09
|
Fix build with STLPort from NDK r8d
|
12 years ago |
Andrey Kamaev
|
5a407153bd
|
Fix sanity checks in stitching test
|
12 years ago |
Andrey Kamaev
|
6e244c83cd
|
Corrected sanity checks in several perf tests
Also fixed a typo in performance testing framework and removed hardcoded
temporary file name from highgui perf test
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
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
|
971d02cde6
|
Fix binary compatibility of opencv_stitching
|
12 years ago |
Andrey Kamaev
|
4a53199e7a
|
Quiet logs in stitching module
|
12 years ago |
Andrey Kamaev
|
7cc67701a6
|
Add sanity checks to stitching perf tests
|
12 years ago |
Alexey Spizhevoy
|
cb705aad1a
|
updated DP seaming to support 4 channel images
|
12 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
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 |
Vsevolod Glumov
|
fc307c87dc
|
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
|
12 years ago |
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
12 years ago |
Daniil Osokin
|
f4d4b0d742
|
disabled perf test on distance transform
|
12 years ago |