388 Commits (e9b4813bb23fa61d89666f42fb4f2ec9b4c86286)

Author SHA1 Message Date
Mansour Moufid 35a89b1541 Change some vector mask types to unsigned. 10 years ago
Maksim Shabunin 09fb7512ed Fixed iOS framework compilation warnings 10 years ago
Alexander Karsakov b027eac173 Fixed range for 'v' channel for 8U images. 11 years ago
Alexander Smorkalov e11333dd83 GCC 4.8 warning array subscript is above array bounds fixed. 11 years ago
Aleksandr Petrikov 0a531815c5 fix bug 3733 for imgproc/filter.cpp 11 years ago
Richard Yoo c38023f4e7 Modifications to support dynamic vector dispatch. 11 years ago
unknown ade46bd428 Fixed typos in comments 11 years ago
Richard Yoo 11a09ef5cc Changes to support Intel AVX/AVX2 in cvResize(). 11 years ago
Alexander Karsakov 511ed4388e Disabled BORDER_CONSTANT for pyramid functions. 11 years ago
Roman Donchenko 7ea1bf3cf0 Fixed several problems found by PVS-Studio. 11 years ago
thoinvil ea038436e6 Added condition to 1st test in cv::GaussianBlur 11 years ago
Ilya Lavrenov 19a2495067 fixed IPP related warnings 11 years ago
thoinvil e50ef2dab5 Bugfix #3668 removed the comment 11 years ago
Thierry Hoinville 5efd2056f0 Bugfix #3668 in FilterEngine::apply(), use the ROI properly 11 years ago
Michael Vukadinovic c1aee0c312 Fixed bug in IPPMorphOp function when looping over elements of the morphology kernel. 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Alexander Smorkalov 4c1ed13846 Warning fixes for GCC 4.8. 11 years ago
Roman Donchenko e35d98e566 Worked around an apparent GCC bug in moments. 11 years ago
Ilya Lavrenov 01527c44fd removed unused field 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Seunghoon Park b036fc756a fixing bug #3345 11 years ago
Ilya Lavrenov 5db1754d49 SSE2 optimization of cv::remap doesn't work with big images 11 years ago
Alexander Karsakov 6ef0253fb7 Disabled some IPP implementation since it breaks tests 11 years ago
Ilya Lavrenov eb7ff99f80 fixed cv::remap and cv::convertMaps for map types CV_16SC2 && CV_16UC1 11 years ago
Eric Sommerlade 3b4f65b186 fixed comparison to stop integer wrap around 11 years ago
StevenPuttemans 7a8bd31657 Fixed bug in report #3346 11 years ago
Harris Gasparakis a1de91a4fd Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 11 years ago
Ilya Lavrenov 5546f4d77f consistency SSE2 and plain versions of convertMaps and remap 11 years ago
Ilya Lavrenov 036e99d03a fixed ipp-related warnings 12 years ago
Alexander Smorkalov 1aaeb52a4c Android NDK r9 support. x64 NDK support fix for MacOS X. 12 years ago
Vadim Pisarevsky 61f2107829 added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions. 12 years ago
Ilya Lavrenov be98cd2f7f replaced explicit __stdcall by CV_STDCALL 12 years ago
Roman Donchenko 6ebfa87181 Delete a bunch more trailing whitespace that slipped through the cracks. 12 years ago
Vadim Pisarevsky e85e4d3ab9 fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim) 12 years ago
kdrobnyh e6ec3dd17f Add IPP support in resize, warpAffine, warpPerspective functions 12 years ago
yao 26b5eb3e39 add adaptive bilateral filter (cpp and ocl version) 12 years ago
Vadim Pisarevsky f12702be24 fixed bugs in rectangular morphology case 12 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) 12 years ago
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 12 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
kdrobnyh c1de14c27a Fix bilateralFilter function 12 years ago
kdrobnyh 3c9f307193 macros -> template in IPP support cvtColor 12 years ago
Dmitry Retinskiy 4eb85189e5 bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty 12 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 12 years ago
kdrobnyh 7da5fa01d4 Removed extra {} in erosion and dilation functions 12 years ago
Vadim Pisarevsky 10fde1ca5c disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) 12 years ago
kdrobnyh c1ad6a9ffb Add IPP support in cvtColor function 12 years ago
kdrobnyh 94bc4c4429 Some changes in erosion and dilation functions 12 years ago
Dmitry Retinskiy 1d571b1eaa bugfix #3121: corrected calculation of blue channel index 12 years ago