2825 Commits (5087ff08146ce957f6b8f9df56669ede451f98f2)

Author SHA1 Message Date
lqy123000 cceeca3052 Merge pull request #12916 from lqy123000:bugfix_templmatch 6 years ago
Suleyman TURKMEN 182f43b6f9 Update imgproc.hpp 6 years ago
Vitaly Tuzov 877de883b0 medianBlur() implementation moved to separate file 6 years ago
Vitaly Tuzov 0fda551dbc Updated medianBlur implementations to use wide universal intrinsics 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Suleyman TURKMEN 4d0ed5c13c Merge pull request #12971 from sturkmen72:upd_imgproc_hpp 6 years ago
Rostislav Vasilikhin fa91d621fa Merge pull request #12876 from savuor:color_rgb2rgb_wide 6 years ago
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 6 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 6 years ago
Vadim Pisarevsky ea31c09384
rewrote the line segment intersection function to make the static analyzer happy (#12902) 6 years ago
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference 6 years ago
tompollok 0b77600718 change area() emptiness checks to empty() 6 years ago
take1014 24af70c7e0 resolves 11283 6 years ago
Sayed Adel 9dc1d388af imgproc: Enable VSX on pyrDown & pyrUp 6 years ago
Sayed Adel 8965f3ae06 imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations 6 years ago
Sayed Adel 5771fd693d Change behaviour of 16-bit multiply operator 6 years ago
Vitaly Tuzov cc10e6b344 pyrDown and pyrUp SSE2 implementations replaced with wide universal intrinsics implementations 6 years ago
Apoorv Goel b8aa0cddab Merge pull request #12777 from UnderscoreAsterisk:document-cvtColorTwoPlane 6 years ago
Vitaly Tuzov 9d602f2752 Replaced SSE2 area resize implementation with wide universal intrinsic implementation 6 years ago
Alexander Alekhin 8f1f4273a2 calib3d: move undistort files from imgproc 6 years ago
Vitaly Tuzov 6b84990620 integral() implementation updated to utilize wide universal intrinsics 6 years ago
Suleyman TURKMEN 8eb987e393 Update findContours parameter type 6 years ago
Pavel Rojtberg d1c842cf29 core: fix printf warnings by using c++11 format 6 years ago
Gaetano Checinski e628fd7bce Merge pull request #12503 from nikhedonia:12500-move-gcgraph 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Vitaly Tuzov 29770e13e8 Fixed bit-exact resize SIMD implementation for AVX2 baseline 6 years ago
Mark Harfouche 095b0d3272 Fix BayerXX2RGBA when blue is on the first line. 6 years ago
take1014 57ae3ac7a2 fix document about HoughLines 6 years ago
Mark Harfouche 53bbed89ae Output RGBA images when bayer_xx2YYYA is called 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Alexander Alekhin 24e72e151a imgproc: grabcut numeric stability 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin ad146e5a6b core: remove constructors from C API structures 6 years ago
Rostislav Vasilikhin da7e1cfb49 Merge pull request #12279 from savuor:cvtcolor_bgr2gray_8u_15bits 6 years ago
Alexander Alekhin e70526625f imgproc: fix Subdiv2D::getTriangleList() 6 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 6 years ago
cyy 10fb88d027 Merge pull request #12391 from DEEPIR:master 6 years ago
Vitaly Tuzov f9a5c4d181 Fixed bit-exact resize wide intrinsics implementation for 16U 6 years ago
Alexander Alekhin 1e362ff5c3 imgproc(GaussianBlur): restore processing order 6 years ago
yuki takehara cb7ee27cd9 Fix bug in distanceTransform (#12278) 6 years ago
cyy 09837928d9 Merge pull request #12357 from DEEPIR:master 6 years ago
Alexander Alekhin 0f9f2696be imgproc: small code refactoring (findContours -> l_cinfo) 6 years ago
Alexander Alekhin 65a0587ce8 imgproc(segmentation): don't increase mask NULL pointer 6 years ago
Vitaly Tuzov 0f2b535fcc Bit-exact GaussianBlur reworked to use wide intrinsics (#12073) 6 years ago
Vitaly Tuzov e345cb03d5 Bit-exact resize reworked to use wide intrinsics (#12038) 6 years ago
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 6 years ago
take1014 e1ee744e15 resolve #5788 6 years ago
Hamdi Sahloul 532eace7d6 Extensive wrapping of CUDA functionalities for Python 6 years ago
take1014 1ae477a46d fix typo 6 years ago
Suleyman TURKMEN 6d165dae5e related moved enums 6 years ago