568 Commits (4c28a6f0f651f3def96d6c10da2ebf9cd28a5068)

Author SHA1 Message Date
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Dmitry Retinskiy 4eb85189e5 bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty 11 years ago
abidrahmank 96c1df14f4 CLAHE Python bindings 11 years ago
StevenPuttemans fd056235d3 Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1) 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
kdrobnyh 7da5fa01d4 Removed extra {} in erosion and dilation functions 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
Vadim Pisarevsky 10fde1ca5c disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
Andrey Pavlenko eb0d26b5be fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r') 11 years ago
kdrobnyh 94bc4c4429 Some changes in erosion and dilation functions 11 years ago
Andrey Pavlenko 3a0e26b89d adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so) 11 years ago
Dmitry Retinskiy 1d571b1eaa bugfix #3121: corrected calculation of blue channel index 11 years ago
Vadim Pisarevsky 8b6afd697d added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin) 11 years ago
StevenPuttemans 27ed32f833 Applied bugfix #3165 : Changed min_eps value 11 years ago
Andrey Pavlenko 6b047ca0eb minor improvement (consistency, readability) 12 years ago
Andrey Pavlenko 74c72a1d7a removing unreachible code 12 years ago
Alexander Smorkalov 16cfc7a531 WindowsRT build warning fixes. 12 years ago
kdrobnyh 487ded8b27 Add IPP erosion and dilation 12 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
kdrobnyh f8eb806565 Add IPP support to integral function 12 years ago
Heinz Hofbauer a26c4fa2a2 Bugfix for an overlapping size of image and template for matchTemplate. 12 years ago
Sergei Nosov 29955620e0 multiruns added to avoid the 'unreliable results' error 12 years ago
Sergei Nosov c90abb6a03 add multiruns to fix "unreliable results" error 12 years ago
Roman Donchenko f90fd5b0da Split CLAHE into its own file, because it's faster that way. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
abidrahmank ca09ba6852 Bug #2960 : docs about CV_BGR2GRAY 12 years ago
abidrahmank 98960bf201 A new python sample on grabcut 12 years ago
Andrey Kamaev 2665c39a0d Fix build warnings from gcc 4.8 12 years ago
Roman Donchenko 2dc8642508 Changed convexHull's documentation to essentially invert the meaning of ``clockwise``. 12 years ago
Andrey Kamaev 96b008cd29 Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 12 years ago
Alexander Smorkalov a914088f29 Build warning fixes. 12 years ago
Vladislav Vinogradov 5a4fa4607b fixed misprint in imgwarp.cpp 12 years ago
Vladislav Vinogradov 5810a73d30 CPU implementation of CLAHE 12 years ago
Daniil Osokin e153f0631c Added missing enums for cvtColor RGB to YUV420p 12 years ago
Daniil Osokin cf5e272878 Added multithreaded implementation for RGB to YUV420p color conversion 12 years ago
Daniil Osokin d8f538d67b Added tests for RGB to YUV420p color conversion 12 years ago
Daniil Osokin 7255ede3af Added implementation for RGB to YUV420p color conversion 12 years ago
Anna Kogan f6e0d327b0 Increased time limits 12 years ago
Anna Kogan a567c03fdf Switched to TEST_CYCLE_MULTIRUN for fast tests 12 years ago
Amro 42a2cb0a38 add description of ddepth param of cv::boxFilter 12 years ago
Vadim Pisarevsky 43d61d961e fixed problem with Nx2 numpy arrays in geometrical functions (#2783) 12 years ago
Andrey Kamaev afe85e7e51 Fix some warnings from -O0 build 12 years ago
Sergei Nosov c0e3d48ebc stricter eps for normed methods 12 years ago
Sergei Nosov 15d0484485 matchTemplate perf tests added 12 years ago
Sergei Nosov c768731e89 enable Tegra optimizations 12 years ago
Andy Maloney 3154cdf8ac Fix subtle bug when src & dst agree on sparsity but have different dimensions 12 years ago