Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
3b15eefc
Commit
3b15eefc
authored
Apr 27, 2013
by
alexandre benoit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot method name update
parent
b62d1011
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.rst
modules/contrib/doc/retina/index.rst
+2
-2
No files found.
modules/contrib/doc/retina/index.rst
View file @
3b15eefc
...
@@ -33,11 +33,11 @@ The retina can be settled up with various parameters, by default, the retina can
...
@@ -33,11 +33,11 @@ The retina can be settled up with various parameters, by default, the retina can
// -> foveal color vision details channel with luminance and noise correction
// -> foveal color vision details channel with luminance and noise correction
void getParvo (Mat &retinaOutput_parvo);
void getParvo (Mat &retinaOutput_parvo);
void getParvoRAW (Mat &retinaOutput_parvo);// retreive original output buffers without any normalisation
void getParvoRAW (Mat &retinaOutput_parvo);// retreive original output buffers without any normalisation
const Mat getParvo () const;// retreive original output buffers without any normalisation
const Mat getParvo
RAW
() const;// retreive original output buffers without any normalisation
// -> peripheral monochrome motion and events (transient information) channel
// -> peripheral monochrome motion and events (transient information) channel
void getMagno (Mat &retinaOutput_magno);
void getMagno (Mat &retinaOutput_magno);
void getMagnoRAW (Mat &retinaOutput_magno); // retreive original output buffers without any normalisation
void getMagnoRAW (Mat &retinaOutput_magno); // retreive original output buffers without any normalisation
const Mat getMagno () const;// retreive original output buffers without any normalisation
const Mat getMagno
RAW
() const;// retreive original output buffers without any normalisation
// reset retina buffers... equivalent to closing your eyes for some seconds
// reset retina buffers... equivalent to closing your eyes for some seconds
void clearBuffers ();
void clearBuffers ();
...
...
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