578 Commits (d368bf5210faed53a4f83d907722212e2027ff7e)

Author SHA1 Message Date
Vladislav Vinogradov e975259c06 several fixes in gpu module 12 years ago
Vadim Pisarevsky 9956c42804 fixed iterations>1 case in morphological operations (bug #2348; thanks to Andrei Zaharescu for the fix) 12 years ago
Vadim Pisarevsky 9ea5b6bb44 fixed possible access violation in HSV2RGB (patch #2020) 12 years ago
Vadim Pisarevsky b3408a9b3a fixed bug #2186 (thanks to Joao Soares for the patch) 12 years ago
Vladislav Vinogradov 98c92f196e added Generalized Hough implementation 12 years ago
Vadim Pisarevsky dea52eb730 fixed 4-channel resizeAreaFast x2 decimation case 12 years ago
Vadim Pisarevsky 778c31a1c8 added SSE2-optimized boxfilter by Grigoriy Frolov 12 years ago
Vadim Pisarevsky 014106783d fixed building BRISK on Windows 12 years ago
Anatoly Baksheev 3456238c16 minor 12 years ago
Anatoly Baksheev 0ba01afd83 added GPU bilateral filter + tests 12 years ago
Sergiu Dotenco 6c3e769f32 eliminated type conversion warnings 12 years ago
Alexander Kapustin 1b5903a719 Laplacian tegra optimized was added 12 years ago
Anatoly Baksheev 70204a8e68 Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now 12 years ago
Ilya Lavrenov 92795ba476 parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm 12 years ago
Vadim Pisarevsky 793e8b546d fixed build on Ubuntu 12 years ago
Vadim Pisarevsky 64661ea9cd added SSE2-optimized resizeAreaFast for 8-bit images by Grigoriy Frolov 12 years ago
Vadim Pisarevsky 2f1cc018c9 enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays) 12 years ago
Maria Dimashova d973d571a4 changed the value that replace NaNs in bilateralFilter_32f 13 years ago
Andrey Kamaev 9981b283a6 Fixed build warnings (including error in FAST) 13 years ago
Vadim Pisarevsky 9c0f556d88 fixed a few compile warnings and errors with VS2010. 13 years ago
Vadim Pisarevsky 310b1ad7b9 moved parallel_for_ and ParallelLoopBody to core.hpp 13 years ago
Ilya Lavrenov 27c2aa3a4e parallel version of bilateral filter was implemented using parallel_for_ 13 years ago
Vadim Pisarevsky fac3d9994c integrated another portion of SSE optimizations from Grigory Frolov 13 years ago
Maria Dimashova c5dbc06158 fixed bilateralFilter on uniform CV_32F image 13 years ago
Andrey Kamaev d386667478 Merged the trunk r8927, r8929 13 years ago
Andrey Kamaev bd394012e8 Eliminated discrepancy between SSE and non-SSE versions of bilinear resize 13 years ago
Andrey Kamaev c68eb408c0 Merged the trunk r8917:8919 13 years ago
Maria Dimashova b528348f39 fixed #2118 13 years ago
Andrey Kamaev 088a6597bc Merged the trunk 8855,8885,8886 13 years ago
Andrey Pavlenko a72f4474b4 fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly) 13 years ago
Vadim Pisarevsky 0c65ea976a added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl) 13 years ago
Andrey Kamaev f666bd221f Merged the trunk r8595:8668 (except iOS and new gpu functionality) 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 73c152abc4 Merged the trunk r8575:8583 (INTER_AREA interpolation for GPU resize) 13 years ago
Andrey Kamaev ab20da0f53 Merged the trunk r8547:8574, r8587 13 years ago
Andrey Kamaev 913d4541a5 Reduced some tegra stubs 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Alexander Kapustin 018d85dddb New Tegra Optimized thresh_16s and thresh_32f functions were added 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Marina Kolpakova 9aa3f754b7 fixed accuracy test 13 years ago
Marina Kolpakova aa8fbc26da fix for down rounded output sizes 13 years ago
Marina Kolpakova 8231d0d11d fixed for resize with INTER AREA. Since now we divide by convolved area 13 years ago
Marina Kolpakova d192117e86 GPU resize with INTER_AREA 13 years ago
Marina Kolpakova 3c16c9c92d fixed #2019 13 years ago
Andrey Kamaev daad7900e2 Merged the trunk r8517:8524 13 years ago
Marina Kolpakova 6d498495d3 tegra integration 13 years ago
Alexander Kapustin 29b9070698 tegra::cvtRGB2HSV function was added 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago