Vladislav Vinogradov
|
9f3b1f7e50
|
use HAVE_OPENGL instead of WITH_OPENGL for GPU opengl sample
in this case the sample will not be built if OpenGL is not found
|
8 years ago |
Vladislav Vinogradov
|
033c01afe2
|
fix video_reader GPU sample compilation after latest changes in master
|
8 years ago |
Suleyman TURKMEN
|
11ca1c95f8
|
update cpp samples and tutorials
|
9 years ago |
Suleyman TURKMEN
|
d2bad6febb
|
cv::TickMeter class addition
|
9 years ago |
Alexander Alekhin
|
cdb9c60dcb
|
gpu samples: fix REMOVE_ITEM error
|
9 years ago |
Maksim Shabunin
|
eebd4cad66
|
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
|
9 years ago |
Ishant Mrinal Haloi
|
47b2511f07
|
Update driver_api_stereo_multi.cpp
|
9 years ago |
Ishant Mrinal Haloi
|
52b4fe63c1
|
Update cascadeclassifier_nvidia_api.cpp
|
9 years ago |
Ishant Mrinal Haloi
|
46be45b4f7
|
Update driver_api_multi.cpp
|
9 years ago |
Ishant Mrinal Haloi
|
64eb69cb15
|
Update multi.cpp
|
9 years ago |
Alexander Smorkalov
|
42447a7610
|
Set of lintain warning fixes for -samples debian package.
(cherry picked from commit ff00220302 )
|
9 years ago |
Rodrigo Benenson
|
d8e470fc30
|
CommandLineParser missing gpu option
As is it was not possible to use CUDA.
|
9 years ago |
Alexander Smorkalov
|
ff00220302
|
Set of lintain warning fixes for -samples debian package.
|
9 years ago |
theodore
|
9449af8ada
|
1e-3 -> 1e3
|
9 years ago |
theodore
|
6d68f72473
|
bug fix fro the TickMeter class
|
9 years ago |
ManuelFreudenreich
|
89889ae8ea
|
changed hog to work with variable parameters and changed the hog sample to test it with more options
added comments and tests
|
9 years ago |
Yang Fan
|
eaa9b78121
|
ENH: explicitly declared outputFilename to surpress error C2668
Conflicts:
samples/gpu/video_writer.cpp
|
10 years ago |
Yang Fan
|
3b177eaaa3
|
ENH: explicitly declared outputFilename to surpress error C2668
|
10 years ago |
Maksim Shabunin
|
35b2139929
|
Basic HAL module
|
10 years ago |
Maksim Shabunin
|
da383e65e2
|
Remove deprecated methods from cv::Algorithm
|
10 years ago |
Vladislav Vinogradov
|
124ac15f1e
|
remove cuda module
|
10 years ago |
Vladislav Vinogradov
|
ce0e595a4f
|
move the rest cuda functions to cuda legacy
|
10 years ago |
Vladislav Vinogradov
|
710617034b
|
remove unused function from pyrlk_optical_flow sample
|
10 years ago |
Vladislav Vinogradov
|
63ff39f9f3
|
remove obsolete gpu optical flow samples
|
10 years ago |
Vladislav Vinogradov
|
b3a743f09a
|
fix gpu samples compilation
|
10 years ago |
StevenPuttemans
|
cf5a7b9679
|
remove an unused #endif
|
10 years ago |
Vladislav Vinogradov
|
dae188d14f
|
move obsolete algorithms from cudabgsegm to cudalegacy:
* GMG
* FGD
|
10 years ago |
Tzafrir
|
997dded1ac
|
add default file to load in case sample was run without command line arguments
|
10 years ago |
Alexander Smorkalov
|
187befd665
|
Fixed installation of CMakeLists.txt and enabled GPU samples build in stand alone version.
|
10 years ago |
Vladislav Vinogradov
|
734212a402
|
refactor CUDA CascadeClassifier
|
10 years ago |
Vladislav Vinogradov
|
8257dc3c1e
|
refactor CUDA HOG algorithm:
use abstract interface with hidden implementation
|
10 years ago |
Vladislav Vinogradov
|
f126f371b2
|
move CUDA object detection algorithms to separate module
|
10 years ago |
Vladislav Vinogradov
|
8a178da1a4
|
refactor CUDA BFMatcher algorithm:
use new abstract interface and hidden implementation
|
10 years ago |
Vladislav Vinogradov
|
f960a5707d
|
refactor CUDA ORB feature detector/extractor algorithm:
use new abstract interface and hidden implementation
|
10 years ago |
Vladislav Vinogradov
|
14ef62ed66
|
refactor CUDA FAST feature detector algorithm:
use new FastFeatureDetector abstract interface and hidden implementation
|
10 years ago |
Alexander Smorkalov
|
3425c90b66
|
GPU samples with NVIDIA specific API excluded from build if CUDA disabled.
|
10 years ago |
Alexander Smorkalov
|
b0c5f49170
|
Build fixes for GPU samples.
|
10 years ago |
Alexander Smorkalov
|
c0d76ef984
|
driver_api_stereo_multi sample reworked to use parallel_for_ instead of parallel_do
|
10 years ago |
Alexander Smorkalov
|
72063bf136
|
parallel_do replaced with parallel_for_ in driver_gpu_multi sample.
|
10 years ago |
Alexander Smorkalov
|
091c7a3821
|
OpenGL interop sample reworked not ot use cvconfig.h
|
10 years ago |
Alexander Smorkalov
|
e02418e904
|
parallel_do replaced by parallel_for_ in gpu/multi.cpp sample to get rid of cvconfig.h
|
10 years ago |
Alexander Smorkalov
|
840088e021
|
Get rid of cvconfig.h in Latent SVM samples. Use common OpenCV parallel framework instead of direct TBB calls.
|
10 years ago |
Vladislav Vinogradov
|
220d937d9a
|
removed buffered versions of histogram functions
used BufferPool mechanism instead
|
10 years ago |
Vladislav Vinogradov
|
cd0e95de16
|
refactor cudaarithm reductions:
* remove overloads with explicit buffer, now BufferPool is used
* added async versions for all reduce functions
|
10 years ago |
Vladislav Vinogradov
|
53862687d5
|
rename CudaMem -> HostMem to better reflect its purpose
|
10 years ago |
Dikay900
|
44f629f99c
|
fix gpu sample performance test cpu part
|
10 years ago |
Dikay900
|
8c919ed248
|
samples: gpu: fix include of TickMeter
|
10 years ago |
Vladislav Vinogradov
|
1189606cd8
|
fix gpu performance sample compilation
|
10 years ago |
Dmitriy Anisimov
|
1007c06d44
|
initial commit
|
10 years ago |
Rok Mandeljc
|
d9db950c0e
|
samples: gpu: performance: SURF is now part of opencv_xfeatures2d
|
10 years ago |