Vladislav Vinogradov
124ac15f1e
remove cuda module
10 years ago
Vladislav Vinogradov
f126f371b2
move CUDA object detection algorithms to separate module
10 years ago
StevenPuttemans
564a8ed208
adapted all nonfree header inclusion since it doesn't exist anymore as a module
11 years ago
Vadim Pisarevsky
31df47b6ea
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
11 years ago
Alexander Alekhin
55188fe991
world fix
11 years ago
vbystricky
fd51c133df
Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Alexander Smorkalov
b4e4f13f9e
Superres module enabled for Android. GPU samples build fixed for Android.
11 years ago
Alexander Smorkalov
39201e68e2
Code review notes fixed.
...
Env setup for testing package implemented using /etc/profile.d;
Variable with path for all native samples added;
Path for test binaries and test data updated.
11 years ago
Alexander Smorkalov
f332cba14b
OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added.
11 years ago
Alexander Smorkalov
b75cbfde45
All installed files marked with component names for install customization.
11 years ago
Ilya Lavrenov
63e4af8536
added the first T-API example - CamShift tracking
11 years ago
Roman Donchenko
d07e7897a0
Fixed building with OpenCL, but without the ocl module.
...
HAVE_opencv_ocl implies HAVE_OPENCL, so checking for both is not
necessary.
12 years ago
Alexander Alekhin
555c505b70
update cmake 'install' target for Windows platform
...
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
12 years ago
Vladislav Vinogradov
a41006754e
fix documentation
12 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
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
71d61e07b1
renamed gpustereo -> cudastereo
12 years ago
Vladislav Vinogradov
d4901a99ea
renamed gpuwarping -> cudawarping
12 years ago
Vladislav Vinogradov
dcd600cc47
renamed gpuarithm -> cudaarithm
12 years ago
Vladislav Vinogradov
6d216d78d9
renamed gpulegacy -> cudalegacy
12 years ago
Vladislav Vinogradov
dbeb3e2968
renamed gpucodec -> cudacodec
12 years ago
Vladislav Vinogradov
17e20b2c60
fix for bug #3219 (undefined reference in GPU samples)
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
3eeaa9189c
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
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
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
Vladislav Vinogradov
a6648b5372
gpuobjdetect module for object detection
12 years ago
Vladislav Vinogradov
b08b9ab83b
gpucalib3d module for camera calibration and stereo correspondence
12 years ago
Vladislav Vinogradov
fc1fa28556
gpuvideo module for video processing
12 years ago
Vladislav Vinogradov
7544ddbfef
gpufeatures2d module 2d for feature detection and matching
12 years ago
Vladislav Vinogradov
e41aea0acf
gpuimgproc module for image processing
12 years ago
Vladislav Vinogradov
229ca0914a
gpunvidia module for NCV & NPP API
12 years ago
Vladislav Vinogradov
84de6ce036
gpufilters module for image filtering
12 years ago
Vladislav Vinogradov
31c8b527c6
gpuarithm module for arithmetics operations on matrices
12 years ago
Vladislav Vinogradov
1b00a3ed54
gpucodec module for video decoding/encoding
12 years ago