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
|
12 years ago |
Roman Donchenko
|
62353b7980
|
Boring changes - samples.
|
12 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
12 years ago |
Vladislav Vinogradov
|
3c34b24f1f
|
replaced gpu->cuda in files names
|
12 years ago |
Vladislav Vinogradov
|
ae94256edc
|
renmaed gpu module -> cuda
|
12 years ago |
Vladislav Vinogradov
|
29386f1449
|
renamed gpubgsegm -> cudabgsegm
|
12 years ago |
Vladislav Vinogradov
|
259ceb7eaa
|
renamed gpufeatures2d -> cudafeatures2d
|
12 years ago |
Vladislav Vinogradov
|
5660d6a680
|
renamed gpuoptflow -> cudaoptflow
|
12 years ago |
Vladislav Vinogradov
|
a0ae602bb7
|
renamed gpuimgproc -> cudaimgproc
|
12 years ago |
Vladislav Vinogradov
|
219b662127
|
renamed gpufilters -> cudafilters
|
12 years ago |
Vladislav Vinogradov
|
d4901a99ea
|
renamed gpuwarping -> cudawarping
|
12 years ago |
Vladislav Vinogradov
|
dcd600cc47
|
renamed gpuarithm -> cudaarithm
|
12 years ago |
Vladislav Vinogradov
|
91dd44e7fa
|
removed compatibility headers
|
12 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
12 years ago |
Vladislav Vinogradov
|
62edeeed16
|
refactored FGD algorithm
|
12 years ago |
Vladislav Vinogradov
|
b8f0d1a0e4
|
refactored MOG2 algorithm
|
12 years ago |
Vladislav Vinogradov
|
a2adab7283
|
refactored MOG algorithm
converted it to abstract interface
|
12 years ago |
Vladislav Vinogradov
|
de56163f97
|
refactored gpu::matchTemplate (converted it into Algorithm)
|
12 years ago |
Vladislav Vinogradov
|
70e6dc615a
|
refactored GoodFeaturesToTrackDetector
|
12 years ago |
Vladislav Vinogradov
|
d7ff3ad0cf
|
refactored cornerHarris and cornerMinEigenVal
* converted it into Algorithm
|
12 years ago |
Vladislav Vinogradov
|
48fb8c4f8a
|
refactored gpu::Canny (converted it into Algorithm)
|
12 years ago |
Vladislav Vinogradov
|
fc8476544c
|
switched to Input/Output Array in Histogram Processing
|
12 years ago |
Vladislav Vinogradov
|
5720eaf354
|
refactored Morphology Filters
|
12 years ago |
Vladislav Vinogradov
|
12ae11e2ff
|
refactored Separable Linear Filters
|
12 years ago |
Vladislav Vinogradov
|
1eedc6c42a
|
refactored Linear Filter
|
12 years ago |
Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
12 years ago |
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Vadim Pisarevsky
|
07e0f7bf59
|
refactored video module; use the new-style algorithms now
|
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 |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Andrey Kamaev
|
f4e33ea0ba
|
Fix build of samples
|
13 years ago |
Andrey Kamaev
|
f2a02feffa
|
Fix Windows build issues
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
|
13 years ago |
Vladislav Vinogradov
|
3a4353f04d
|
added FGDStatModel, MOG and MOG2 to gpu performance sample
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vladislav Vinogradov
|
44eaeee865
|
refactored gpu BruteForceMather (made it similar to BFMatcher)
|
13 years ago |
Vladislav Vinogradov
|
1bc9ec0d77
|
fixed gpu::Laplacian
fixed gpu performance sample
|
13 years ago |
Vladislav Vinogradov
|
5fe493474c
|
minor fix of gpu performance sample
|
13 years ago |
Vladislav Vinogradov
|
c02c676865
|
fixed gpu performance sample (SURF usage)
added tests for filter2D
|
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 |
Vladislav Vinogradov
|
ec5bdc7de8
|
added patch error calculation to gpu::PyrLKOpticalFlow
|
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 |
Alexey Spizhevoy
|
2ad7add613
|
Minor refactoring of the GPU perf. sample
|
13 years ago |
Alexey Spizhevoy
|
630d874e03
|
Updated the GPU performance sample
|
13 years ago |
Alexey Spizhevoy
|
5c459aa815
|
Added the GPU version of the Farneback's optical flow
|
13 years ago |
Vladislav Vinogradov
|
a10fed8fd1
|
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
|
13 years ago |