Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
cff91554
Commit
cff91554
authored
Sep 10, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+comments
parent
f83fecdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Eyesis_Correction.java
src/main/java/Eyesis_Correction.java
+6
-0
No files found.
src/main/java/Eyesis_Correction.java
View file @
cff91554
...
...
@@ -4731,6 +4731,12 @@ private Panel panel1,
ImageProcessor
impr
=
impl
.
getProcessor
();
JCuda_ImageJ_Example_Plugin
jcuda
=
new
JCuda_ImageJ_Example_Plugin
();
/*
* In a standalone test JCUDA plugin it's unknown where .setup() is called from...
* As well as .run(). But it works like this.
*/
jcuda
.
setup
(
null
,
impl
);
jcuda
.
run
(
impr
);
...
...
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