989 Commits (53b8218652536d58dd71eb8690fff263b6122b9a)

Author SHA1 Message Date
Vadim Pisarevsky e85e4d3ab9 fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim) 11 years ago
kdrobnyh e6ec3dd17f Add IPP support in resize, warpAffine, warpPerspective functions 11 years ago
Daniel Angelov 24e916059f Added LineSegmentDetector documentation and an output image. 11 years ago
Daniel Angelov 9d78b8003e Update on LSD no to use any Mat* (IOArrays instead). 11 years ago
yao 26b5eb3e39 add adaptive bilateral filter (cpp and ocl version) 11 years ago
Vadim Pisarevsky f12702be24 fixed bugs in rectangular morphology case 11 years ago
Vadim Pisarevsky 771feb61c2 fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches) 11 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Jason Newton affab4f156 correct range computations, it is difficult to do the more efficient single pass 3N/2 implementations correctly in this particular setting without costing more than they save 11 years ago
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
kdrobnyh c1de14c27a Fix bilateralFilter function 11 years ago
kdrobnyh 3c9f307193 macros -> template in IPP support cvtColor 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 1b93ecfae8 docs changes 11 years ago
abidrahmank 96c1df14f4 CLAHE Python bindings 11 years ago
Nghia Ho 79965c9ee9 Replaced isfinite() with cvIsInf and cvIsNan 11 years ago
kocheganovvm 086db9d6db Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison 11 years ago
StevenPuttemans fd056235d3 Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1) 11 years ago
StevenPuttemans 1a42dd905c Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 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
Nghia Ho 95ee02ba8e Added extra comment to test buildbot 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
Nghia 18e7aa5d19 Update intersection.cpp 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
kdrobnyh c1ad6a9ffb Add IPP support in cvtColor function 11 years ago
Nghia Ho bc3dd2452f Added test cpp 11 years ago
Nghia Ho c0bbdde8ba Added test cpp 11 years ago
Nghia Ho 00f63fa8f7 Finished test code, added image to the doc 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
berak 03c4a6299b expanded the CV_Assert in pyrdown_ to check for empty mats 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
abidrahmank 9628bb0b44 morphologyex docs bug#2169 11 years ago
Nghia Ho cb16f733b9 Added C interface 11 years ago
Nghia Ho a40f217a38 changed from isnormal to isfinite, the prev ignored zero 11 years ago
Nghia Ho a0576d7b2a Fixed ret 11 years ago
Nghia Ho e2f00ce846 New intersection function for rotated rectangles 11 years ago
Shervin Emami 7dc147c1f2 Changed cornerHarris description to say it finds corners, not edges 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
Roman Donchenko 31de2833b4 Replace "const InputArray" with "InputArray". 11 years ago
Vadim Pisarevsky 8b6afd697d added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin) 11 years ago
Daniel Angelov 6fa4834f31 Update on the class. Edited tests and samples. 11 years ago
Daniel Angelov 6f3d6ded47 Test case to strict, as overlapping lines (based on random places) may occur. 12 years ago
Daniel Angelov 68e348f960 Added private operator=. 12 years ago