- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
This also fixes few clang build errors
-
- 27 Feb, 2013 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
some improvements of existing sse3 optimization of bilateral filter in case of 8uc3. Now perf tests take 6120ms instead of previous 7250ms (1.18x speed-up)
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 11 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
-
- 08 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Sep, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 29 Aug, 2012 2 commits
-
-
Anatoly Baksheev authored
-
Anatoly Baksheev authored
added GPU non local means brute force filter + tests
-
- 28 Aug, 2012 1 commit
-
-
Sergiu Dotenco authored
-
- 21 Aug, 2012 1 commit
-
-
Vadim Pisarevsky authored
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
-
- 14 Aug, 2012 1 commit
-
-
Maria Dimashova authored
-
- 06 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 03 Aug, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Aug, 2012 1 commit
-
-
Ilya Lavrenov authored
-
- 24 Jul, 2012 1 commit
-
-
Maria Dimashova authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 12 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 25 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
-
- 18 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 25 Jan, 2012 1 commit
-
-
Kirill Kornyakov authored
-
- 23 Jan, 2012 1 commit
-
-
Andrey Pavlenko authored
-
- 11 Jan, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 06 Jan, 2012 1 commit
-
-
Kirill Kornyakov authored
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.
-
- 05 Jan, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 04 Jan, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 01 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
-
- 23 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-