- 10 Nov, 2018 1 commit
-
-
kartoffelsalat authored
Hey there, completely new to `openCV` in general and to the `bioinspired` module in particular. I wanted to give this module a try with python and found that the example source code doesn't work with current openCV (that's 3.4.1 on my Fedora machine). Apparently, there was a change in how a `Retina` object is created. I fixed the python source code correspondingly. I also changed the C++ source code in this doc file, although I think this needs further updating as there are more changes in the actual source code.
-
- 09 Nov, 2018 1 commit
-
-
tompollok authored
-
- 12 Oct, 2018 1 commit
-
-
soyer authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 16 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 25 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
* android: fix build warnings * build: fix warnings
-
- 21 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 02 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 29 Nov, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 27 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 17 Aug, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
bioinspired: prevent call ocl implementation when log sampling is enabled in retina (there is no log sampling kernel)
-
- 16 Aug, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 15 Aug, 2017 3 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 12 Jan, 2017 1 commit
-
-
Li Peng authored
This patch update bioinspired opencl code to make it working with latest opencv, major changes include: 1. data structure update, e.g. oclMat to UMat. 2. opencl kernel optimization to get it running faster 3. accuracy and perf test update. Signed-off-by: Li Peng <peng.li@intel.com>
-
- 23 Dec, 2016 1 commit
-
-
catree authored
Bioinspired module: remove printSetup to avoid unnecessary printing in the console, fix some typos. (#905)
-
- 06 Apr, 2016 1 commit
-
-
Amro authored
see https://github.com/Itseez/opencv/issues/6370
-
- 18 Jan, 2016 1 commit
-
-
Andrea Merello authored
This new tutorial shows how the Adelson checkerboard optical illusion can be reproduced with the bioinspired module. It will be put aside the already-existent bioinspired tutorial. Also-by: Antonio Cuni <anto.cuni@gmail.com>
-
- 20 Aug, 2015 1 commit
-
-
Patrick Snape authored
Fixes https://github.com/Itseez/opencv_contrib/issues/332 Relevant material: http://stackoverflow.com/questions/6066273/pointer-into-vector-but-not-into-a-valarray http://objectmix.com/c/40001-address-first-member-valarray.html http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#389 I have to admit my naivety here, this issue is was complex for me to diagnose. It appears that in the MSVC 2008/2010 implementation of std::valarray, when indexing and assigning to a const variable, that the const version of the member function valarray<T>::operator[](size_t) returns a value instead of a const-reference. Therefore, taking the address of this is a compiler error as you can't take the address of an lvalue. By performing a const_cast on the array we change which function is called and thus we actually do recieve a const-reference. This should not effect other compilers.
-
- 18 May, 2015 1 commit
-
-
http://code.opencv.org/issues/3943;Vadim Pisarevsky authored
replaced "const InputArray" with "InputArray" to avoid warnings about "const const _InputArray&"
-
- 06 May, 2015 2 commits
-
-
root authored
-
Alexandre Benoit authored
-
- 04 May, 2015 1 commit
-
-
Alexandre Benoit authored
-
- 03 May, 2015 4 commits
-
-
Alexandre Benoit authored
-
Alexandre Benoit authored
-
Alexandre Benoit authored
-
Alexandre Benoit authored
-
- 26 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 17 Feb, 2015 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 01 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 21 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 17 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 10 Oct, 2014 1 commit
-
-
StevenPuttemans authored
-
- 23 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-