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
bf461d1a
Commit
bf461d1a
authored
Apr 07, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #627 from amroamroamro:cmake35_fix
parents
0965aa25
4e0b7f39
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 @
bf461d1a
...
...
@@ -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