Andrey Pavlenko
|
d2409d12c6
|
porting polylines with empty vector<Point> from 2.4 to master
|
2015-04-24 17:11:51 +03:00 |
|
Deanna Hood
|
5a552b6d8d
|
Regression test for Bug #3989: check fitEllipse with rotation angles of n*pi/2
|
2015-04-18 13:51:26 -04:00 |
|
Vadim Pisarevsky
|
f9b8ce1d25
|
Merge pull request #3784 from ilya-lavrenov:nvidia_android
|
2015-03-05 06:43:03 +00:00 |
|
Ilya Lavrenov
|
cf4c79ebdd
|
disabled some kernels for Android && NVidia
|
2015-03-04 14:46:49 +03:00 |
|
Ilya Lavrenov
|
26eebb3ee3
|
increased EPS for cvtColor for NVIDIA
|
2015-03-03 15:26:51 +03:00 |
|
Vadim Pisarevsky
|
9c81338cb9
|
Merge pull request #3505 from karelknoest:lsd_subpixel
|
2015-01-22 09:44:29 +00:00 |
|
karelknoest
|
1ded2de2dd
|
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
|
2015-01-20 17:05:38 +01:00 |
|
Ilya Lavrenov
|
1ca35b7424
|
resize are fast
|
2015-01-12 10:59:29 +03:00 |
|
ElenaGvozdeva
|
7dd059c084
|
fixed test for ocl WarpAffine
|
2014-11-06 17:19:45 +03:00 |
|
Ilya Lavrenov
|
1fe5441185
|
cv::convertMaps
|
2014-11-01 10:13:28 -07:00 |
|
Ilya Lavrenov
|
1b01e1fe68
|
cv::resize (INTER_AREA CV_16S, CV_32F)
|
2014-11-01 13:19:52 +03:00 |
|
Alexander Karsakov
|
60367907fe
|
Used direct float calculations
|
2014-10-21 17:18:03 +03:00 |
|
Alexander Karsakov
|
5aa9ac9a77
|
Added OCL code for YUV422 -> RGB[A]|BGR[A] color conversion
|
2014-10-21 17:18:03 +03:00 |
|
Alexander Karsakov
|
c8707b891b
|
Added OCL code for RGB[A]|BGR[A] -> YUV_[YV12|IYUV] color conversion
|
2014-10-21 17:18:03 +03:00 |
|
Alexander Karsakov
|
8c91604f5a
|
Added OCL code for YUV2GRAY_420 color conversion
|
2014-10-21 17:18:02 +03:00 |
|
Alexander Karsakov
|
1cc17a7186
|
Added OCL code for YUV2BGR_YV12 and YUV2BGR_IYUV color conversions
|
2014-10-21 17:18:02 +03:00 |
|
Alexander Karsakov
|
85b60ee3cb
|
Added support for YUV2RGB[A]_NV21 and YUV2BGR[A]_NV21 conversion
|
2014-10-21 17:18:02 +03:00 |
|
Vadim Pisarevsky
|
a798386660
|
Merge pull request #3326 from ilya-lavrenov:neon_canny
|
2014-10-11 17:58:24 +00:00 |
|
Vadim Pisarevsky
|
c37acef077
|
Merge pull request #3328 from ilya-lavrenov:warp_tests
|
2014-10-11 17:19:52 +00:00 |
|
Ilya Lavrenov
|
faf91a466c
|
imrpoved output of warp test in case of failure
|
2014-10-11 02:35:02 -07:00 |
|
Vadim Pisarevsky
|
397870d7a5
|
Merge pull request #3279 from akarsakov:ocl_houghlines
|
2014-10-09 14:56:45 +00:00 |
|
Alexander Karsakov
|
66a8acfd3d
|
Optimization for HoughLinesP
|
2014-10-07 17:53:33 +04:00 |
|
Alexander Karsakov
|
eaf5a163b1
|
Added HoughLinesP OCL implementation
|
2014-09-29 16:48:16 +04:00 |
|
Ilya Lavrenov
|
6377f5a458
|
fixed warps accuracy tests
|
2014-09-26 09:41:46 +00:00 |
|
Ilya Lavrenov
|
4dd6148646
|
cv::resize 16uc1
|
2014-09-26 09:41:46 +00:00 |
|
Ilya Lavrenov
|
c0b702a994
|
cv::resize area 2x
|
2014-09-26 09:41:45 +00:00 |
|
Alexander Karsakov
|
fee8f29f48
|
Refactoring, minor optimization
|
2014-09-04 16:31:30 +04:00 |
|
Alexander Karsakov
|
6b6c7ccfea
|
Added accuracy tests with real and generated data
|
2014-08-27 17:58:48 +04:00 |
|
Alexander Karsakov
|
f7aadd07f6
|
Added getLines, fill_accum_local kernels
|
2014-08-27 17:57:22 +04:00 |
|
Alexander Karsakov
|
038bfb98ec
|
Added fill_accum kernel
|
2014-08-25 13:55:09 +04:00 |
|
Alexander Karsakov
|
5c1f71de51
|
Added make_point_list kernel
|
2014-08-22 16:50:01 +04:00 |
|
Alexander Karsakov
|
3d222d313b
|
Fixed range for 'v' channel for 8U images
|
2014-08-21 17:22:06 +04:00 |
|
Vadim Pisarevsky
|
4530c7ad08
|
trying to fix builds
|
2014-08-14 13:18:04 +04:00 |
|
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
2014-08-13 15:21:35 +04:00 |
|
Elena Gvozdeva
|
8124d10526
|
fixed Erode and Dilate in case of kernel = Mat()
|
2014-08-12 12:19:13 +04:00 |
|
Alexander Alekhin
|
b7d1a70919
|
Merge pull request #3063 from akarsakov:ocl_warps_check
|
2014-08-11 13:20:11 +00:00 |
|
Vadim Pisarevsky
|
8368d54d36
|
Merge pull request #3061 from ElenaGvozdeva:ocl_resize
|
2014-08-11 06:41:48 +00:00 |
|
Vadim Pisarevsky
|
99eed2d885
|
Merge pull request #3057 from Adil-Ibragimov:adding-constness
|
2014-08-08 17:27:47 +00:00 |
|
Vadim Pisarevsky
|
62f90219fc
|
Merge pull request #3064 from ElenaGvozdeva:ocl_GaussianBlur
|
2014-08-08 17:16:38 +00:00 |
|
Elena Gvozdeva
|
7cba3ac4f8
|
small fix for GaussianBlur ocl test
|
2014-08-08 17:47:57 +04:00 |
|
Alexander Karsakov
|
7849c35de1
|
Changed check condition in tests for warpAffine and warpPerspective
|
2014-08-08 17:14:38 +04:00 |
|
Elena Gvozdeva
|
b7899c3d5c
|
small fix for ocl_resize
|
2014-08-08 16:12:10 +04:00 |
|
Elena Gvozdeva
|
b5f251c815
|
fixed test ocl_MatchTemplate for sparse matrix
|
2014-08-08 13:37:18 +04:00 |
|
Adil Ibragimov
|
98d5731ad8
|
some formal changes (generally adding constness)
|
2014-08-07 15:49:14 +04:00 |
|
Elena Gvozdeva
|
7dd7dd97cd
|
fixed nDiffs for CalcBackProject
|
2014-08-07 15:36:00 +04:00 |
|
Elena Gvozdeva
|
c9b5d8cf4c
|
fixed tests for ocl_filter2d, ocl_matchTemplate, ocl_histogram.cpp
|
2014-08-07 15:36:00 +04:00 |
|
Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
Elena Gvozdeva
|
7999fbf765
|
fixed ocl_integral
|
2014-08-05 12:01:28 +04:00 |
|
Elena Gvozdeva
|
f32b52ea8d
|
fixed test for CvtColor RGB -> Luv
|
2014-08-05 11:54:26 +04:00 |
|
Elena Gvozdeva
|
8c2c3b54d9
|
fixed ocl tests for BlendLinear, BoxFilter, Integral
|
2014-08-05 11:41:08 +04:00 |
|