Ilya Lavrenov
b3af0e3154
added cv::repeat to T-API
11 years ago
Vadim Pisarevsky
b7553d4e2e
some attempts to tune the performance
11 years ago
Alexander Karsakov
ac230cd2ae
Added ocl::pyrDown to T-API
11 years ago
Andrey Pavlenko
0cea828a10
Merge pull request #2006 from krodyush:pullreq/2.4-opt-131120-gfft
11 years ago
Ilya Lavrenov
c8cbfe5382
added cv::dft T-API test
11 years ago
Andrey Pavlenko
bc741ab25f
Merge pull request #2009 from krodyush:pullreq/2.4-opt-131211-sepFilterSinglePass_final
11 years ago
Alexander Smorkalov
64c94cb22c
CUDA related func tables refactored to remove unneeded dependencies.
11 years ago
Vladimir Bystricky
d449ba104a
Fix comment in the cmake file from SSDK to SDK
11 years ago
Alexander Smorkalov
6da7c50fb5
Make dependency from CUDA explicit to prevent from fake dependedcies from CUDA runtime.
11 years ago
Alexander Smorkalov
442082eb0f
Fixes for Android support.
11 years ago
Pierre-Emmanuel Viel
92fc763925
Fix some memory leaks in HierarchicalClusteringIndex
11 years ago
Andrey Pavlenko
2431c72d1d
Merge pull request #2000 from apavlenko:license_copyright
11 years ago
Andrey Pavlenko
96f8ff2ab8
adding LICENSE file and a sample of its reference in ocl.hpp
11 years ago
Andrey Pavlenko
459e7d4a80
Merge pull request #2015 from apavlenko:2.4_fix_ts_rng-fill
11 years ago
Roman Donchenko
400fea8626
Merge pull request #2011 from ilya-lavrenov:dft_dct
11 years ago
Andrey Pavlenko
a9687a341e
adding more than 4 channels random Mats support
...
if `Scalar:all` is used, Mats with 5+ channels cause errors
11 years ago
Andrey Pavlenko
ae9d24d433
Merge pull request #2013 from apavlenko:2.4_fd_sample
11 years ago
Andrey Pavlenko
8c60498673
adding timing for multi-threaded case
11 years ago
krodyush
1ae71fe205
intel device guard was added because of perf degradation on some non intel platform.
11 years ago
Andrey Pavlenko
59cab94fc7
Merge pull request #1997 from alalek:tapi_fix_memleaks
11 years ago
Andrey Pavlenko
388d0ef182
Merge pull request #2004 from ilya-lavrenov:tapi_umat_copyto
11 years ago
Alexander Smorkalov
be530bd085
DeviceInfo class method that were implemented in header moved to cpp file.
11 years ago
Vladimir Bystricky
80d0593dbd
Delete end comma in enumerations
11 years ago
Vladimir Bystricky
66145ea06c
Add CV_CAP_INTELPERC and CV_CAP_PROP_INTELPERC_ prefixes to const_ignore_list
11 years ago
Vladimir Bystricky
dd71bef6f5
Fix errors in example (samples/cpp/intelperc_capture.cpp)
11 years ago
Andrey Pavlenko
e719bee2b8
minor refactoring, no functional changes
11 years ago
Vadim Pisarevsky
02fb3f0a77
it finally works!!!
11 years ago
Vladimir Bystricky
63ae0eeba5
Fix build errors
11 years ago
krodyush
34c630faf4
update doc to be consisted with headers
11 years ago
Ilya Lavrenov
3a6d248bee
typo
11 years ago
krodyush
ea0c9b7f5c
GFFT fix for linux build
11 years ago
Andrey Pavlenko
bd91b39593
Merge pull request #1917 from alalek:ocl_d3d
11 years ago
Andrey Pavlenko
586a5cb6db
Merge pull request #1969 from KonstantinMatskevich:ocl_tapi_minmaxloc
11 years ago
Andrey Pavlenko
6a0fb2c7da
Merge pull request #1992 from ElenaGvozdeva:ocl_medianFilter
11 years ago
Andrey Pavlenko
d3fa2bfe8c
Merge pull request #1998 from ilya-lavrenov:tapi_gemm
11 years ago
Vladimir Bystricky
cc08e00876
Fix notes about cmake files. Fix build warning.
11 years ago
Ilya Lavrenov
ac030c16f1
fixed UMat::copyTo(UMat)
11 years ago
Vadim Pisarevsky
ef509ace43
trying to debug the new cascade
11 years ago
Vadim Pisarevsky
9d3e7e027a
almost finished opencl-ization of cascade classifier
11 years ago
krodyush
fffac2f085
optimize SURF by
...
Inlining and customizing sampling functions to reduce memory traffic and compute
Improve calcOrientation implementation.
Using more efficient rounding routines.
Removing unnecessary use of local memory
11 years ago
Roman Donchenko
6d77cbee7e
Merge pull request #1934 from vbystricky:ocl_boxFilter
11 years ago
krodyush
dfe7c98090
optimize separable filter by
...
Added "sep_filter_singlepass" kernel that performs separable filtering in one kernel call
Added appropriate host part - sepFilter2D_SinglePass function and SingleStepSeparableFilterEngine_GPU class
Changed function declarations to enable their usage
11 years ago
krodyush
f3ee1c3d2f
Changes the datatype of the angle of the gradient for Intel platforms.
11 years ago
krodyush
917b883cf0
remove extra calculations from haar to be consistent with native implementation
11 years ago
krodyush
a63576e76d
HOST side optimization for GFFT
11 years ago
krodyush
de431609db
optimize Dx and Dy calcualtion to make it as single opencl kernel
11 years ago
Roman Donchenko
e49b8dee40
Merge pull request #1881 from pentschev:defaultNorm_master
11 years ago
Roman Donchenko
52a785e95a
Merge pull request #1996 from SpecLad:merge-2.4
11 years ago
Roman Donchenko
0cf7607338
Merge pull request #1993 from StevenPuttemans:feature_2862
11 years ago
Roman Donchenko
5d5527d03e
Merge pull request #1987 from pentschev:cv_completesymm_template_2.4
11 years ago