Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
12 years ago |
Vladislav Vinogradov
|
17e20b2c60
|
fix for bug #3219 (undefined reference in GPU samples)
|
12 years ago |
Vladislav Vinogradov
|
d87eb75904
|
rewrite gpu stereo multi gpu sample:
* use different approaches -> threads and streams
* clean up code
|
12 years ago |
Kirill Kornyakov
|
030fa5673e
|
bugfix-for-3231
|
12 years ago |
Changlin Hsieh
|
723ba29660
|
Update cmake files by using CUDA_CUDA_LIBRARIES
|
12 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
12 years ago |
Jin Ma
|
8fb6b689c6
|
1. Added OpenCL version of superres to the sample.
2. Modified according to the feedback of the community.
|
12 years ago |
Changlin Hsieh
|
c1dd38cbff
|
Fix GPU example build failed with cuda 5.5
|
12 years ago |
Vladislav Vinogradov
|
62edeeed16
|
refactored FGD algorithm
|
12 years ago |
Vladislav Vinogradov
|
697793090d
|
refactored GMG 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
|
7b87d72d80
|
refactored generalized hough (both CPU and GPU):
removed set/get methods from Algorithm (implement owns)
removed GHT_* enumeration
|
12 years ago |
Vladislav Vinogradov
|
39a25115e0
|
fixed compilation
|
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
|
ad4d6bed9d
|
refactored gpu::GeneralizedHough
|
12 years ago |
Vladislav Vinogradov
|
1652540a1f
|
refactored HoughLines (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
|
9eea9835ab
|
switched to Input/Output Array in Color Processing
|
12 years ago |
Vladislav Vinogradov
|
2932beddcf
|
switched to Input/Output Array in gpuwarping functions
|
12 years ago |
Vladislav Vinogradov
|
98bd401534
|
fix gpu::DeviceInfo compilation under linux
glibc defines major and minor macros
which conflict with gpu::DeviceInfo methods with the same name
|
12 years ago |
hbristow
|
2059972bf7
|
Preparing to rebase
|
12 years ago |
Vladislav Vinogradov
|
be9bb8f18b
|
refactored StereoConstantSpaceBP
|
12 years ago |
Vladislav Vinogradov
|
d0e89337da
|
refactored StereoBeliefPropagation
|
12 years ago |
Vladislav Vinogradov
|
dd6d58f873
|
refactored StereoBM
|
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 |
Vladislav Vinogradov
|
8fcef225fb
|
switched to Input/Output Array in reductions operations
|
12 years ago |
Vladislav Vinogradov
|
0c50d0821f
|
switched to Input/Output Array in transpose/flip operations
|
12 years ago |
Vladislav Vinogradov
|
76211709a3
|
refactored VideoReader (convert it to abstract interface)
also refactored VideoSource interface (made it simplier, now it has only 2 abstract methods)
|
12 years ago |
Vladislav Vinogradov
|
e9a74c17f8
|
refactored VideoWriter class (convert it to abstract interface)
|
12 years ago |
Vladislav Vinogradov
|
2dab93c2e8
|
refactored gpu info structures (TargetArchs and DeviceInfo)
now DeviceInfo provides full information about device (from cudaDeviceProp)
|
12 years ago |
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Vladislav Vinogradov
|
ff28bf831f
|
disabled samples with driver api
|
12 years ago |
Vladislav Vinogradov
|
49a4f27d42
|
removed VIBE implementation
|
12 years ago |
Vladislav Vinogradov
|
ec52096e30
|
removed VIBE implementation
|
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
|
564f609885
|
fixed samples compilation
|
12 years ago |
Vladislav Vinogradov
|
787e56ab5c
|
disabled gpucodec module on MacOS
|
12 years ago |
Vladislav Vinogradov
|
ac0f506d0e
|
split gpuvideo onto gpuoptflow and gpubgsegm
|
12 years ago |
Vladislav Vinogradov
|
eda124ec32
|
removed gpuobjdetect module
|
12 years ago |
Vladislav Vinogradov
|
28b1caa730
|
gpustereo module for stereo correspondence
|
12 years ago |
Vladislav Vinogradov
|
fc3730fcc2
|
gpuwarping module for image warping
|
12 years ago |
Vladislav Vinogradov
|
508fb6aa5b
|
renamed gpunvidia -> gpulegacy
|
12 years ago |