- 28 Oct, 2017 1 commit
-
-
Sayed Adel authored
- changed behavior of vec_ctf, vec_ctu, vec_cts in gcc and clang to make them compatible with XLC - implemented most of missing conversion intrinsics in gcc and clang - implemented conversions intrinsics of odd-numbered elements - ignored gcc bug warning that caused by -Wunused-but-set-variable in rare cases - replaced right shift with algebraic right shift for signed vectors to shift in the sign bit. - added new universal intrinsics v_matmuladd, v_rotate_left/right - avoid using floating multiply-add in RNG
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 May, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 03 Nov, 2016 1 commit
-
-
Tomoaki Teshima authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 19 Jul, 2016 1 commit
-
-
Rostislav Vasilikhin authored
-
- 16 Jul, 2016 1 commit
-
-
Rostislav Vasilikhin authored
-
- 29 Mar, 2016 2 commits
-
-
Vitaly Tuzov authored
-
Vladislav Sovrasov authored
-
- 25 Mar, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 02 May, 2015 1 commit
-
-
- 04 Feb, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 16 Dec, 2013 1 commit
-
-
Roman Donchenko authored
-
- 22 Oct, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 31 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 10 Apr, 2013 2 commits
-
-
Roman Donchenko authored
-
Andrey Kamaev authored
-
- 09 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
* Drop some low level API * Remove outdated overloads * Utilize Input/OutputArray
-
- 09 Mar, 2013 1 commit
-
-
marina.kolpakova authored
-
- 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.
-
- 01 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Apr, 2012 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 29 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
-
- 14 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 26 Apr, 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.
-
- 10 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
SSE2 optimization for Bayer->RGB; added Bayer->Gray with SSE2 optimization; corrected some bugs noted in the yahoogroups forum
-
- 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
-
- 20 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 12 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
-