opencv/samples/gpu
Alexander Alekhin d86d8ed909 Merge 2.4 into master
PR #2968: cce2d99 8578f9c
Fixed bug which caused crash of GPU version of feature matcher in stitcher

The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.

PR #3236: 5947519
Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples.

PR #3190
fix blobdetector

PR #3562 (part): 82bd82e
TBB updated to 4.3u2. Fix for aarch64 support.

PR #3604 (part): 091c7a3
OpenGL interop sample reworked not ot use cvconfig.h

PR #3792: afdf319
Add -L for CUDA libs path to pkg-config

Add all dirs from CUDA_LIBS_PATH as -L linker options to
OPENCV_LINKER_LIBS. These will end up in opencv.pc.

PR #3893: 122b9f8
Turn ocv_convert_to_lib_name into a function

PR #5490: ec5244a
fixed memory leak in findHomography tests

PR #5491: 0d5b739
delete video readers

PR #5574

PR #5202
2015-12-08 10:24:54 +03:00
..
performance Set of lintain warning fixes for -samples debian package. 2015-10-13 16:32:53 +03:00
alpha_comp.cpp renamed gpuimgproc -> cudaimgproc 2013-09-02 14:00:43 +04:00
bgfg_segm.cpp move obsolete algorithms from cudabgsegm to cudalegacy: 2015-01-19 14:17:00 +03:00
cascadeclassifier_nvidia_api.cpp Update cascadeclassifier_nvidia_api.cpp 2015-11-02 15:07:45 +08:00
cascadeclassifier.cpp refactor CUDA CascadeClassifier 2015-01-14 19:50:05 +03:00
CMakeLists.txt Merge 2.4 into master 2015-12-08 10:24:54 +03:00
driver_api_multi.cpp Update driver_api_multi.cpp 2015-11-02 15:06:38 +08:00
driver_api_stereo_multi.cpp Update driver_api_stereo_multi.cpp 2015-11-02 15:08:27 +08:00
farneback_optical_flow.cpp Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
generalized_hough.cpp initial commit 2014-09-23 07:45:51 +04:00
hog.cpp changed hog to work with variable parameters and changed the hog sample to test it with more options 2015-08-12 09:16:20 +02:00
houghlines.cpp initial commit 2014-09-23 07:45:51 +04:00
morphology.cpp initial commit 2014-09-23 07:45:51 +04:00
multi.cpp Update multi.cpp 2015-11-02 15:05:45 +08:00
opengl.cpp Merge 2.4 into master 2015-12-08 10:24:54 +03:00
optical_flow.cpp fix gpu samples compilation 2015-01-21 15:50:22 +03:00
opticalflow_nvidia_api.cpp GPU samples with NVIDIA specific API excluded from build if CUDA disabled. 2015-01-13 14:58:51 +03:00
pyrlk_optical_flow.cpp remove unused function from pyrlk_optical_flow sample 2015-01-21 15:50:22 +03:00
stereo_match.cpp renamed gpustereo -> cudastereo 2013-09-02 14:00:42 +04:00
stereo_multi.cpp rename CudaMem -> HostMem to better reflect its purpose 2014-12-23 17:42:49 +03:00
super_resolution.cpp CommandLineParser missing gpu option 2015-10-13 19:04:06 +02:00
surf_keypoint_matcher.cpp Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
tick_meter.hpp 1e-3 -> 1e3 2015-08-17 15:52:16 +02:00
video_reader.cpp samples: gpu: removed inclusion of non-existent opencv2/contrib/contrib.hpp header, re-introduced TickMeter class in a separate header 2014-08-30 01:01:08 +02:00
video_writer.cpp ENH: explicitly declared outputFilename to surpress error C2668 2015-04-25 10:58:01 +02:00