Dmitriy Anisimov
e7af509c86
different enhancements
10 years ago
Alexander Karsakov
07d57db91c
Fixed calculation of l_stack_size
10 years ago
Alexander Alekhin
97ab91dcc9
Merge pull request #3187 from akarsakov:ocl_disabled_minmaxidx
10 years ago
Alexander Karsakov
7d91b8efcd
Removed redundant clFinish() after clEnqueueUnmapMemObject()
...
sss
10 years ago
Alexander Karsakov
f57a4bf87b
Disabled minMaxIdx for 32FC1 since it occasionally fails on AMD devices (e.g. A10-6800K)
10 years ago
Vadim Pisarevsky
0276cc90c2
Merge pull request #3184 from ilya-lavrenov:arm
10 years ago
Vadim Pisarevsky
0fd21baaa2
Merge pull request #3174 from rokm:samples-fix
10 years ago
Alexander Alekhin
7dd666e444
Merge pull request #3181 from akarsakov:ocl_mul_scale_test_fix
10 years ago
Alexander Karsakov
ec827bed8e
Changed check to NORM_RELATIVE for OCL.Mat_Scalar_Scale tests
10 years ago
Alexander Karsakov
a48c1c8248
Added workaround for Nvidia: take into account that 3-channel vector type takes 4*elem_size in local memory.
10 years ago
Alexander Karsakov
214dab39f6
Fixed BORDER_REFLECT and BORDER_REFLECT_101 extrapolation for case x > 2*maxV
10 years ago
Vadim Pisarevsky
a125cd6c6d
Merge pull request #3169 from znah:py_wrap
10 years ago
Vadim Pisarevsky
6c3dd4984c
Merge pull request #3179 from alekcac:update_in_youtube_url
10 years ago
Ilya Lavrenov
5d3a128cd3
NEON impl on cv::convertScaleAba CV_32f
10 years ago
Vadim Pisarevsky
3bafe64666
Merge pull request #3170 from ElenaGvozdeva:ocl_fix
10 years ago
Vadim Pisarevsky
3e574cd26a
Merge pull request #3173 from rokm:cuda-6.5
10 years ago
Vadim Pisarevsky
1f85ffa11b
Merge pull request #3166 from akarsakov:ocl_native_sqrt
10 years ago
Alexander Alekhin
6abce51481
Merge pull request #3176 from ilya-lavrenov:ipp_arm
10 years ago
Alexander Mordvintsev
c1032b6232
remove structured_edge_detection.hpp from blacklist
...
don't discard pure virtual methods in hdr_parser.py (was broken anyway)
10 years ago
Ilya Lavrenov
040ff7993f
don't use IPP on ARM
10 years ago
Alexander Shishkov
acc2efab50
updated links to the official OpenCV youtube channel
10 years ago
Maksim Shabunin
66ed9ddbe3
Added Ptr<T> support to Java wrappers
10 years ago
Vadim Pisarevsky
43c2c119e9
Merge pull request #3177 from PhilLab:patch-3
10 years ago
Dmitriy Anisimov
5f3ee657ce
removed kdtree declaration from interface
10 years ago
Dmitriy Anisimov
5d4bd700a7
slight changes, theme become more similar with current
10 years ago
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
Alexander Karsakov
6b6c7ccfea
Added accuracy tests with real and generated data
10 years ago
Alexander Karsakov
f7aadd07f6
Added getLines, fill_accum_local kernels
10 years ago