Yan Wang
6e7050555e
Optimize pyrUp_unrolled() by mad function.
...
It could improve performance when image size is large.
E.g. OCL_PyrUpFixture_PyrUp.PyrUp/18
10 years ago
orestis
a7757b0eb6
Fix anchor for small symmetrical column filters.
...
In the unoptimized version of small symmetrical column filters, when we
try to detect if the kernel, ky, is equal to [1;2;1] or [1;-2;1] we
should take into consideration that the anchor points in the middle
element.
10 years ago
Yan Wang
184b6e314c
Fix canny segment fault (Bug #3978 )
...
Avoid stack overflow based on std::vector cause
std::vector::resize() segmentation fault.
10 years ago
Yan Wang
0692bf5f34
Fix HoughLines crashes (Bug #3959 ).
...
Avoid phi exceed PI/2 to get the negative value of cos(phi).
10 years ago
Alexander Karsakov
7c870014fb
Correctly unrolled some cycles
10 years ago
Alexander Karsakov
0ec0aeb7d0
Minor optimization for ocl_canny
10 years ago
Miroslav Benes
4046f0398a
Make Otsu and Triangle algorithms mutually exclusive
...
Make Otsu and Triangle algorithms mutually exclusive in cv::threshold code.
Signed-off-by: Miroslav Benes <mbenes@suse.cz>
10 years ago
vbystricky
957e5ef8eb
Fix OpenCL version of HoughLinesP function
10 years ago
Alexander Alekhin
58e054a003
IPPICV: disable boxFilter 16SC1/16UC1 (performance)
10 years ago
Ilya Lavrenov
1fe5441185
cv::convertMaps
10 years ago
Ilya Lavrenov
aa11e102fd
removed saturation from pyramids
10 years ago
Ilya Lavrenov
8d0383180c
fixes for cv::warpAffine
10 years ago
Ilya Lavrenov
15af3f7114
fixes in VResizeLinearVec_32s8u
10 years ago
Ilya Lavrenov
a4dd2162f2
cv::resize (INTER_LANCZOS4)
10 years ago
Ilya Lavrenov
1b01e1fe68
cv::resize (INTER_AREA CV_16S, CV_32F)
10 years ago
Ilya Lavrenov
4ed696d770
cv::compareHist (CV_COMP_INTERSECT)
10 years ago
Ilya Lavrenov
d5f006eee5
cv::magnitude; cv::corner**
10 years ago
Ilya Lavrenov
7e6fb668ed
cv::pyrUp
10 years ago
Ilya Lavrenov
46faf592fc
cv::warpAffine
10 years ago
Ilya Lavrenov
85a814f748
VResizeLinearVec_32s8u
10 years ago
Alexander Karsakov
967a88759f
Don't process empty src image in GFTT
10 years ago
Alexander Karsakov
643c906f3d
Added optimized loading to YUV2RGB_422 kernel
10 years ago
Alexander Karsakov
1466621f99
Added loading 4 pixels in line instead of 2 to RGB[A] -> YUV(420) kernel
10 years ago
Miroslav Benes
5b1fd739d9
Add Triangle thresholding algorithm
...
Add Triangle method for automatic threshold computation next to the existing
Otsu's method. Triangle deals better with images whose histogram does not
contain dominant peak.
See paper Zack GW, Rogers WE, Latt SA.: Automatic measurement of sister
chromatid exchange frequency. J Histochem Cytochem. 1977 Jul;25(7):741-53.
10 years ago
Alexander Karsakov
60367907fe
Used direct float calculations
10 years ago
Alexander Karsakov
5aa9ac9a77
Added OCL code for YUV422 -> RGB[A]|BGR[A] color conversion
10 years ago
Alexander Karsakov
c8707b891b
Added OCL code for RGB[A]|BGR[A] -> YUV_[YV12|IYUV] color conversion
10 years ago
Alexander Karsakov
8c91604f5a
Added OCL code for YUV2GRAY_420 color conversion
10 years ago
Alexander Karsakov
1cc17a7186
Added OCL code for YUV2BGR_YV12 and YUV2BGR_IYUV color conversions
10 years ago
Alexander Karsakov
85b60ee3cb
Added support for YUV2RGB[A]_NV21 and YUV2BGR[A]_NV21 conversion
10 years ago
Maksim Shabunin
d3821e8cd7
Forgotten punctuation
10 years ago
Maksim Shabunin
420737e098
Fixing iOS clang warnings, part 1
10 years ago
Pavel Vlasov
45958eaabc
Implementation detector and selector for IPP and OpenCL;
...
IPP can be switched on and off on runtime;
Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
TS modifications for implementations control;
10 years ago
Ilya Lavrenov
af04a85303
fixes for cv::accumulate**
10 years ago
Ilya Lavrenov
5f23d99918
the rest modes of cv::Mat::convertTo
10 years ago
Ilya Lavrenov
183e378bd0
cv::resize (INTER_LINEAR && INTER_CUBIC)
10 years ago
Ilya Lavrenov
00b8f0dec1
cv::pyrUp
10 years ago
Ilya Lavrenov
48a9905f5d
cv::pyrDown
10 years ago
Ilya Lavrenov
7166b7b640
cv::cvtColor (RGB2Luv CV_8U)
10 years ago
Ilya Lavrenov
1c1c41d3be
cv::cvtColor (Luv2RGB CV_8U)
10 years ago
Ilya Lavrenov
06461b401a
cv::cvtColor (Lab2BGR CV_8U)
10 years ago
Ilya Lavrenov
71c3e67cb2
cv::cvtColor (HLS2RGB CV_8U)
10 years ago
Ilya Lavrenov
c173d9fa18
cv::cvtColor (RGB2HLS CV_8U)
10 years ago
Ilya Lavrenov
8d367d4b4d
cv::cvtColor (HSV2RGB CV_8U)
10 years ago
Ilya Lavrenov
eb3046f7d3
cv::cvtColor (Gray2RGB5x5)
10 years ago
Alexander Karsakov
66a8acfd3d
Optimization for HoughLinesP
10 years ago
Ilya Lavrenov
f91e461ea0
cv::cvtColor (RGB5x52Gray)
10 years ago
Ilya Lavrenov
a84c4ac197
cv::cvtColor (RGBRGB5x5)
10 years ago
Ilya Lavrenov
b9f57bda05
cv::cvtColor (RGB5x52RGB)
10 years ago
Ilya Lavrenov
28ee84b731
cv::cvtColor (BGR[A]2RGB[A])
10 years ago