Alexander Alekhin
d5f152494b
fix file names
7 years ago
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
7 years ago
vipinanand4
39e742765a
Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize
...
Added gradiantSize param into goodFeaturesToTrack API (#9618 )
* Added gradiantSize param into goodFeaturesToTrack API
Removed hardcode value 3 in goodFeaturesToTrack API, and
added new param 'gradinatSize' in this API so that user can
pass any gradiant size as 3, 5 or 7.
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
Signed-off-by: Nilaykumar Patel<nilay.nilpat@gmail.com>
Signed-off-by: Prashanth Voora <prashanthx85@gmail.com>
* fixed compilation error for java test
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
* Modifying code for previous binary compatibility and fixing other warnings
fixed ABI break issue
resolved merged conflict
compilation error fix
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
Signed-off-by: Patel, Nilaykumar K <nilay.nilpat@gmail.com>
7 years ago
Alexander Alekhin
006966e629
trace: initial support for code trace
8 years ago
Tomoaki Teshima
aec59aba34
suppress warnings
...
- brush up the implementation
8 years ago
Tomoaki Teshima
64cf206fb5
optimize blend using universal intrinsic
...
- add more channels/depth performance test for blend
8 years ago
Alexander Alekhin
f2e41ce391
ocl: fix input data for Canny perf test
...
"declare.in(img, WARMUP_RNG)" overrides input image with random values
Also added support for different input sizes (via cv::resize)
8 years ago
Alexander Karsakov
dfff9a8125
Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes
10 years ago
Alexander Karsakov
4880dd0cd6
Added performance test for OCL version of HoughLines and HoughLinesP
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
vbystricky
09bcc061dd
Change kernel for optimization. Remove restriction to align data
...
Fix kernel compilation errors on AMD system
Fix licanse information in cl file
Support CV_64F destination type
Change build options of the kernel
Optimize sum of square
Remove separate kernel for integral square
Increase epsilon for perfomance tests
Increase epsilon for perfomance tests
Test double support on AMD devices
Fix some issues
Try to fix problems with AMD device
Try to solve problem with AMD device
Fix error of destination size in kernel
Fix warnings
11 years ago
vbystricky
655465d9f8
Increase epsilon for pass sanity check
11 years ago
vbystricky
eb54c83985
Fix error
11 years ago
vbystricky
6d6ad1b1d9
Change threshold
11 years ago
vbystricky
b32fbe72f6
Add peromance tests for OCL integral sum of square
11 years ago
Elena Gvozdeva
feeb386bf3
Added support for 3-channels
11 years ago
Ilya Lavrenov
108527c951
added missed INTER_CUBIC
11 years ago
Elena Gvozdeva
40eea303ec
OCL: matchTemplate: changed perf test
11 years ago
Alexander Karsakov
fa1ed5580d
Fixed cv::pyrUp performance test
11 years ago
Aaron Kunze
ab1a37d564
Bug fixes for filter2D and associated tests.
11 years ago
Ilya Lavrenov
3ccaa5294e
added OpenCL RGB <-> Luv conversions
11 years ago
Ilya Lavrenov
1ad69aba35
changes sigma in perf tests
11 years ago
Ilya Lavrenov
884b706b3a
fixed warning
11 years ago
mlyashko
70fdfa0bdb
changed type of sanity check
11 years ago
mlyashko
f38fe76025
added perf test for CalcBackProj
11 years ago
Ilya Lavrenov
82e6edfba2
optimized sep filter
11 years ago
Ilya Lavrenov
6f12f1b3b5
added 3 vs 4 channels performance tests
11 years ago
Alexander Alekhin
dca401d4cc
ocl: pyrUp/pyrDown 3-channel
11 years ago
Alexander Alekhin
e7475bff68
TAPI: remap 3-channel
11 years ago
Alexander Alekhin
e4608229f0
ocl: copyMakeBorder 3-channel
11 years ago
Ilya Lavrenov
804b70b72f
ported 2.4 perf tests for matchTemplate
11 years ago
Ilya Lavrenov
c8e22c04c8
extended performance test
11 years ago
Ilya Lavrenov
7629bb78a4
extended performance tests to test 3 channels
11 years ago
Ilya Lavrenov
412468e0ae
added cv::sqrBoxFilter to T-API
11 years ago
Ilya Lavrenov
e844c08203
some fixes and improvements in cv::matchTemplate
11 years ago
Ilya Lavrenov
0d19cbcc7a
added performance test
11 years ago
Ilya Lavrenov
faa6074f3d
added performance test
11 years ago
Ilya Lavrenov
48a084c236
OpenCL version of cv::buildPyramid
11 years ago
Elena Gvozdeva
07a88d48e9
fixed
11 years ago
Elena Gvozdeva
7bd8f9294d
fixed
11 years ago
Elena Gvozdeva
8c5e19c270
fixed pref test
11 years ago
Elena Gvozdeva
b4652e2cb3
Added perf test for ocl_matchTemplate
11 years ago
Ilya Lavrenov
d2ffd8ed21
implemented OpenCL version of cv::preCornerDetect
11 years ago
Ilya Lavrenov
3177a683e9
ported corners to T-API
11 years ago
Ilya Lavrenov
5abfd40989
added perf test for cv::goodFeaturesToTrack
11 years ago
Ilya Lavrenov
93a818684c
ported cv::Canny to T-API
11 years ago
Ilya Lavrenov
82d3efc6c0
added perf test for cv::Canny
11 years ago
Ilya Lavrenov
30b5234e9a
added perf test for cv::sqrBoxFilter
11 years ago
Ilya Lavrenov
8702fceb4b
fixed cv::integral perf test
11 years ago
Ilya Lavrenov
a7a7b80ff8
added perf test for cv::Moments
11 years ago