Philipp Hasper
e310added4
Fixing Matx ostream operator
...
cv::Matx could not be converted to c::Mat automatically
10 years ago
Dmitriy Anisimov
3334c06e8b
initial commit
10 years ago
Rok Mandeljc
d9db950c0e
samples: gpu: performance: SURF is now part of opencv_xfeatures2d
10 years ago
Rok Mandeljc
db391fdfdd
samples: gpu: performance: BackgroundSubtractorMOG is now part of opencv_bgsegm module
10 years ago
Rok Mandeljc
fbf28bcc63
samples: gpu: performance: fix include path for opencv_xfeatures2d
...
As opencv_xfeatures2d is part of opencv-contrib and not opencv repository,
${OpenCV_SOURCE_DIR}/modules/modules/include is not a correct include
path - use ${opencv_xfeatures2d_SOURCE_DIR}/include instead
10 years ago
Rok Mandeljc
653bca8b74
samples: gpu: super_resolution: disable simple optical flow
...
The cv::superres::createOptFlow_Simple() function along with the
simple optical flow class implementation is currently commented out
in the superres module's code, so comment it out in the example as well.
10 years ago
Rok Mandeljc
f739990f4c
samples: gpu: performance: removed FGDStatModel performance comparison test
...
The FGD background subtraction model was part of opencv_legacy module;
as it is gone now, it makes little sense to benchmark the GPU version,
either, so the whole test is removed.
10 years ago
Rok Mandeljc
51311779b3
samples: gpu: performance: remove inclusion of opencv2/legacy.hpp header
...
The header is gone now, along with the opencv_legacy module.
10 years ago
Rok Mandeljc
e0c8721830
samples: gpu: removed inclusion of non-existent opencv2/contrib/contrib.hpp header, re-introduced TickMeter class in a separate header
...
This patch removes inclusion of opencv2/contrib/contrib.hpp header,
which does not exist anymore due to removal of opencv_contrib module.
The samples including this header appear to be doing so in order to
use TickMeter class; therefore, the latter is now provided by tick_meter.hpp
header file, located in samples/gpu folder.
10 years ago
Rok Mandeljc
8908b22c9d
samples: gpu: removed softcascade example
...
The example in question cannot be compiled anymore as the softcascade
module has been removed in 3858f2291d
.
10 years ago
Rok Mandeljc
eb3cb77296
Fixes for compiling with CUDA 6.5
...
Based on commit feb74b125d
from 2.4.9 branch.
10 years ago
Alexander Alekhin
4d474d40e7
Merge pull request #3171 from akarsakov:amd_fft_fix
10 years ago
Alexander Alekhin
4c404cb4cc
Merge pull request #3172 from ilya-lavrenov:tapi_transpose_amd
10 years ago
Ilya Lavrenov
71ec6144bd
attempt to fix compilation of OpenCL cv::transpose for AMD
10 years ago
Alexander Karsakov
d4e6812be2
Added check AmdFft version to be sure that AmdFft binaries are available
10 years ago
Elena Gvozdeva
31ac73c315
fix for cv::memopTypeToStr
10 years ago
Alexander Alekhin
57fec2f2da
OCL: enable clAmdFftGetVersion
10 years ago
Vadim Pisarevsky
6ccb7e169d
Merge pull request #3163 from StevenPuttemans:fix_nonfree_items
10 years ago
Alexander Karsakov
491bf41356
Disabled native_sqrt for double, since it may be not implemented and gives compilation error.
10 years ago
StevenPuttemans
d27e440b2a
continue fixing nonfree elements
...
fixed dependency of stitching module on xfeatures2d module as optional
fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
10 years ago
Vadim Pisarevsky
21f1a0ee49
Merge pull request #3161 from ElenaGvozdeva:ocl_perf_gemm
10 years ago
Vadim Pisarevsky
83a0f0ddb1
Merge pull request #3162 from alekcac:fix_in_py_tutor
10 years ago
Alexander Alekhin
b332152bef
Merge pull request #2956 from ilya-lavrenov:tapi_accumulate
10 years ago
Vadim Pisarevsky
d66815978a
Merge pull request #3117 from KruchDmitriy:canny_opt
10 years ago
Vadim Pisarevsky
4d9d7e6ded
Merge pull request #3160 from akarsakov:ocl_dft_double_support
10 years ago
Alexander Shishkov
9dc5c58f62
Update py_setup_in_windows.rst
10 years ago
Alexander Karsakov
a89ff402fc
Refactoring of OCL_FftPlan class
10 years ago
Vadim Pisarevsky
2811d40840
Merge pull request #3158 from arielelkin:master
10 years ago
Vadim Pisarevsky
b5d073ad3f
Merge pull request #3149 from StevenPuttemans:fix_nonfree_includes
10 years ago
Vadim Pisarevsky
7189112308
Merge pull request #3152 from PhilLab:VideoCaptureFix
10 years ago
Vadim Pisarevsky
89605fac04
Merge pull request #3155 from vbystricky:ocloptLaplacian
10 years ago
Elena Gvozdeva
46b6a095a2
changed perf test for ocl_gemm
10 years ago
VBystricky
9ee0789174
Fix issues
10 years ago
PhilLab
a0e4600364
VideoCapture did not detect an unopened camera
10 years ago
Alexander Alekhin
6d253a2068
Merge pull request #2921 from ilya-lavrenov:tapi_memop
10 years ago
StevenPuttemans
564a8ed208
adapted all nonfree header inclusion since it doesn't exist anymore as a module
10 years ago
Ariel Elkin
d06c73861d
Doc: update video processing tutorial code for OpenCV v2.4.9 and v3a
10 years ago
Vadim Pisarevsky
b1d01dc757
Merge pull request #3157 from PhilLab:pnpFix
10 years ago
Vadim Pisarevsky
5301fe729e
Merge pull request #3154 from PhilLab:patch-4
10 years ago
Vadim Pisarevsky
2211cfe783
Merge pull request #3151 from PhilLab:orbNoKeypoints
10 years ago
PhilLab
e95c33dd18
PnP solver: fixed element-wise access
10 years ago
Alexander Karsakov
3ae95150c7
Added double support for OCL version of DFT
10 years ago
vbystricky
e75cd74f5a
Optimize OpenCL version of Laplacian filter for kernel size great than 3
10 years ago
Philipp Hasper
30742d21d8
CUDA optical flow stubs: missing parameter
10 years ago
Vadim Pisarevsky
3b59a10584
Merge pull request #3153 from PhilLab:patch-3
10 years ago
Ilya Lavrenov
7017b1250a
used new stratehy in cv::accumulate**
10 years ago
Ilya Lavrenov
2c6b7a52e9
improved cv::ocl::predictOptimalVectorWidth
10 years ago
Ilya Lavrenov
a350b76738
optimization of cv::accumulate**
10 years ago
Ilya Lavrenov
2f46cf5ddb
changed base types for cv::memopTypeToStr
10 years ago
Philipp Hasper
9b1136518c
ORB.cl : fixed redefinition of val
10 years ago