Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
4e0b7f39
Commit
4e0b7f39
authored
Apr 06, 2016
by
Amro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick fix to avoid CMake 3.5 crashing in cl2cpp.cmake
see
https://github.com/Itseez/opencv/issues/6370
parent
0965aa25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
retina_kernel.cl
modules/bioinspired/src/opencl/retina_kernel.cl
+5
-5
No files found.
modules/bioinspired/src/opencl/retina_kernel.cl
View file @
4e0b7f39
...
...
@@ -47,7 +47,7 @@
#
define
WIDTH_MULTIPLE
(
32
>>
2
)
/////////////////////////////////////////////////////////
//
*******************************************************
//
------------------------------------------------------
//
basicretinafilter
////////////////
_spatiotemporalLPfilter
////////////////
//_horizontalCausalFilter_addInput
...
...
@@ -380,13 +380,13 @@ kernel void localLuminanceAdaptation(
output[offset] = (_maxInputValue + X0) * input_val / (input_val + X0 + 0.00000000001f);
}
// end of basicretinafilter
//
*******************************************************
//
------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
//
******************************************************
//
------------------------------------------------------
// magno
// TODO: this kernel has too many buffer accesses, better to make it
// vector read/write for fetch efficiency
...
...
@@ -427,7 +427,7 @@ kernel void amacrineCellsComputing(
}
/////////////////////////////////////////////////////////
//
******************************************************
//
------------------------------------------------------
// parvo
// TODO: this kernel has too many buffer accesses, needs optimization
kernel void OPL_OnOffWaysComputing(
...
...
@@ -473,7 +473,7 @@ kernel void OPL_OnOffWaysComputing(
}
/////////////////////////////////////////////////////////
//
******************************************************
//
------------------------------------------------------
// retinacolor
inline int bayerSampleOffset(int step, int rows, int x, int y)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment