134 Commits (30a3ff0de636db1311ce6ba35f64bbfd83a1383d)

Author SHA1 Message Date
Vadim Pisarevsky 2f1cc018c9 enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays) 13 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
Ilya Lavrenov 27c2aa3a4e parallel version of bilateral filter was implemented using parallel_for_ 13 years ago
Maria Dimashova c5dbc06158 fixed bilateralFilter on uniform CV_32F image 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 949c4edf41 Merged the trunk r8408:8457 (inclusive) 13 years ago
Andrey Kamaev 0e9e0a01db Added new perf tests for boxFilter 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 866d8c0cfa added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 13 years ago
Andrey Kamaev 80516ecbe6 Fixed typo; removed duplicated call 13 years ago
Kirill Kornyakov c946a740bb Optimized version of adaptiveThreshold added 13 years ago
Andrey Pavlenko d0981a628a Tegra optimization for image filtering 13 years ago
Andrey Kamaev 9260ad4d70 Fixed Tegra optimization stub for gaussian 14 years ago
Kirill Kornyakov 694ea8e0c8 Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur. 14 years ago
Andrey Kamaev 9b350e5e0d Tegra optimization for median blur 14 years ago
Andrey Kamaev 70416be0dd Tegra optimization for GaussianBlur 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky d5af311a77 fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469) 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky f5e5b677c9 added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago