655 Commits (7d665a47540d08e3c25bb51dd91d3c77c8aff9e2)

Author SHA1 Message Date
Mansour Moufid 35a89b1541 Change some vector mask types to unsigned. 10 years ago
StevenPuttemans 720fd144ef add fit ellipse technique notice 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
Maksim Shabunin 09fb7512ed Fixed iOS framework compilation warnings 10 years ago
Nisarg Thakkar 29fb2b6e47 Fixed doc for Bug #3887 10 years ago
Alexander Smorkalov 11c81067dc doc/check_docs2.py warnings fixes 10 years ago
Philipp Hasper bac492fff6 Doc: Fixing indentation 10 years ago
Maksim Shabunin 882426a9b2 Stripped iCCP chunk from png files 10 years ago
Alexander Karsakov b027eac173 Fixed range for 'v' channel for 8U images. 10 years ago
Alexander Karsakov 023a42ba55 Fixed getConversionInfo() for YUV2RGBA_* conversions 10 years ago
Alexander Smorkalov e11333dd83 GCC 4.8 warning array subscript is above array bounds fixed. 10 years ago
Aleksandr Petrikov 0a531815c5 fix bug 3733 for imgproc/filter.cpp 10 years ago
Richard Yoo c38023f4e7 Modifications to support dynamic vector dispatch. 11 years ago
Ilya Lavrenov ecec53f509 fixed docs 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
StevenPuttemans 7fc764f5e5 added documentation for findContours 11 years ago
thoinvil ea038436e6 Added condition to 1st test in cv::GaussianBlur 11 years ago
Yash Vadalia 6ecd553810 Added doc for LinearPolar Transform 11 years ago
Kevin Mitchell 63e508abd2 doc: update/clarify behaviour of mask in floodFill 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
Martin Chodakowski 267241b889 Fix typos in old python wrapper documentation(Bug #3628) 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Nghia Ho ced8e7a813 Typo 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
Seunghoon Park eb9d7c4dd5 fixing bug #3345. use norm to make sure two matrices are the same. 11 years ago
Daniil Osokin 8ce691e679 Fixed cvtColor alpha channel docs 11 years ago
Seunghoon Park 2272a58769 fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type 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
dpen2000 d6a88397b4 Fix python sample path 11 years ago
Alex Willisson 4293a54447 Fixed typo in comment 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 6f892b10ff Applied feature #3375 and fix of pull 1842 to avoid merging problems later 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 bebc1c9330 misprint 11 years ago
Alexander Alekhin 723af15228 ocl: fix warnings from GCC 4.8, update Haar 11 years ago
Ilya Lavrenov 036e99d03a fixed ipp-related warnings 11 years ago