Li Peng
966b2f55b9
Overhaul bioinspired opencl implementation
...
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>
8 years ago
catree
af26ce3af2
Bioinspired module: remove printSetup to avoid unnecessary printing in the console, fix some typos. ( #905 )
8 years ago
Amro
4e0b7f394d
quick fix to avoid CMake 3.5 crashing in cl2cpp.cmake
...
see https://github.com/Itseez/opencv/issues/6370
9 years ago
Andrea Merello
6bd381cf4b
Tutorial: add a new bioispired tutorial about reproducing optical illusions
...
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>
9 years ago
Patrick Snape
c8986b13fc
Complex issue around const valarray indexing
...
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.
10 years ago
Vadim Pisarevsky
e3995236ed
added test for http://code.opencv.org/issues/3943 ;
...
replaced "const InputArray" with "InputArray" to avoid warnings about "const const _InputArray&"
10 years ago
root
8591272666
trying to solve pyhton warnings
10 years ago
Alexandre Benoit
ecbc652e2e
trying to fix python wrapper warning on win64
10 years ago
Alexandre Benoit
bce2fca9ec
text enhancement
10 years ago
Alexandre Benoit
ad9c379a0d
fixed warning
10 years ago
Alexandre Benoit
45c49d802e
added stdout welcome message and fixed warning
10 years ago
Alexandre Benoit
03c9e232e8
figure update
10 years ago
Alexandre Benoit
60cbf17abd
added python support and completed documentation
10 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
10 years ago
Maksim Shabunin
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
2b74ca6f12
Added opencv_contrib_world module and fixed some compilation warnings on iOS
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
10 years ago
Maksim Shabunin
bad3cd2427
Fixed some existing doxygen comments
11 years ago
Maksim Shabunin
185836bc51
Java wrappers for bioinspired module
11 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 years ago
Maksim Shabunin
f7763b9a4e
Fixed bioinspired/retina OpenCL java wrapping
11 years ago
Maksim Shabunin
d210ec58e0
Enabled java wrappers for bioinspired/retina module
11 years ago
vbystricky
c7c2375800
Split highgui module to videoio and highgui
11 years ago
vbystricky
44aace290c
Fix include of imgcodecs
11 years ago
Alexandre Benoit
3ae595c1a7
updated code formating of reina samples
11 years ago
Alexandre Benoit
154bc89d38
added samples to use retina in its basic form and for HDR tone mapping
11 years ago
Ilya Lavrenov
ae5c87eafa
fixed warnings
11 years ago
Alexander Alekhin
67ee17078f
fix doc
11 years ago
Kirill Kornyakov
05fc3a9909
Fix bioinspired build on Mac (clang)
11 years ago
Alexandre Benoit
8ed9d2604f
added a local extremum blob detector that can be used after retina module to detect transient areas (low level saliency)
11 years ago
Ilya Lavrenov
2fa1d53ff8
added perf tests for bioinspired
11 years ago
Ilya Lavrenov
bcee96b24d
bioinspired -> opencv_contrib
11 years ago