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 |
Adi Shavit
|
7674f3ddbf
|
Added call to clone() to avoid unexpected change to external data.
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
|
11 years ago |
Ilya Lavrenov
|
f3440888ef
|
optimized stitching warpers
|
11 years ago |
Andrey Pavlenko
|
925178749a
|
removing `SuppressWarning` and `CV_OPENCL_RUN`
|
11 years ago |
Alexander Alekhin
|
026b13b3db
|
TAPI: stitching: blender: fix OpenCL path & adjust test condition
|
11 years ago |
Alexander Alekhin
|
e6cc1be7e8
|
stitching: allow to use dynamic DescriptorMatcher
|
11 years ago |
Alexander Alekhin
|
06738468af
|
TAPI: stiching: add custom OpenCL kernels for MultiBandBlender
|
11 years ago |
Alexander Alekhin
|
c22d92c1cb
|
stitching: extend logging
|
11 years ago |
Alexander Alekhin
|
a7f69a37e3
|
stitching: use BORDER_CONSTANT in warp
|
11 years ago |
Alexander Alekhin
|
c4a31a1ab1
|
TAPI: stitching: optimize compare operation
|
11 years ago |
Alexander Alekhin
|
7a5c1babde
|
TAPI: stitching: optimize exposure
|
11 years ago |
Alexander Alekhin
|
2737e3c99b
|
TAPI: stitching: workaround for problem getUMat() call
|
11 years ago |
Alexander Alekhin
|
c1ea6f3c42
|
TAPI: stitching: improve warpers
|
11 years ago |
Alexander Alekhin
|
1d9808e5d5
|
TAPI: stitching, replaced Mat->UMat/_Array
|
11 years ago |
Alexander Alekhin
|
ddd3c062b5
|
TAPI: fix perf test for warpers
|
11 years ago |
Alexander Alekhin
|
bf4f15fb5f
|
TAPI: fix OpenCL warpers and test
|
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 |
Ilya Lavrenov
|
8f9ccc099b
|
replaced Mat by Input/Output arrays
|
11 years ago |
Ilya Lavrenov
|
118709fd9f
|
added OpenCL accelerated warpers
|
11 years ago |
Alexander Smorkalov
|
069f3d8d9a
|
Build fixes for GPU module.
|
11 years ago |
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
11 years ago |
Roman Donchenko
|
f21851f0f4
|
Boring changes - stitching.
|
11 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
11 years ago |
Vladislav Vinogradov
|
3c34b24f1f
|
replaced gpu->cuda in files names
|
11 years ago |
Vladislav Vinogradov
|
ae94256edc
|
renmaed gpu module -> cuda
|
11 years ago |
Vladislav Vinogradov
|
259ceb7eaa
|
renamed gpufeatures2d -> cudafeatures2d
|
11 years ago |
Vladislav Vinogradov
|
d4901a99ea
|
renamed gpuwarping -> cudawarping
|
11 years ago |
Vladislav Vinogradov
|
dcd600cc47
|
renamed gpuarithm -> cudaarithm
|
11 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
11 years ago |
dbloisi
|
582d5558cc
|
trying to solve with space errors
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
zio dodo
|
449b4d8a65
|
Added the tutorial on background subtraction, in the video section
|
11 years ago |
Miroslav Kobetski
|
b595d73d6d
|
defined uint for non-windows platforms too. replaced isnan for cvIsNaN.
|
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 |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Alexey Spizhevoy
|
2a48f7c035
|
fixed include for Windows
|
12 years ago |
Alexey Spizhevoy
|
027065a5a1
|
removed trailing whitespaces causing warnings
|
12 years ago |
Alexey Spizhevoy
|
cc85e86ee7
|
fixed Windows build
|
12 years ago |
Alexey Spizhevoy
|
438a599288
|
added 'cmath' include
|
12 years ago |
Alexey Spizhevoy
|
37ea872204
|
added handling of camera parameters estimation errors (#3122)
|
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 |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
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 |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
fdeec6896c
|
stitching module fixes
|
12 years ago |
Andrey Kamaev
|
e5a33723fc
|
Move C API of opencv_calib3d to separate file
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Gurpinder Singh Sandhu
|
69127e4105
|
some typo
|
12 years ago |