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
f83fecdb
Commit
f83fecdb
authored
Sep 10, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ test for jcuda
parent
885f44ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
Eyesis_Correction.java
src/main/java/Eyesis_Correction.java
+14
-3
lena512color.png
src/main/resources/lena512color.png
+0
-0
No files found.
src/main/java/Eyesis_Correction.java
View file @
f83fecdb
...
...
@@ -4724,9 +4724,20 @@ private Panel panel1,
/* ======================================================================== */
}
else
if
(
label
.
equals
(
"JCUDA TEST"
))
{
System
.
out
.
println
(
"JCUDA TEST"
);
JCuda_ImageJ_Example_Plugin
jcuda
=
new
JCuda_ImageJ_Example_Plugin
();
//jcuda.run();
ImagePlus
impl
=
WindowManager
.
getCurrentImage
();
if
(
impl
!=
null
)
{
ImageProcessor
impr
=
impl
.
getProcessor
();
JCuda_ImageJ_Example_Plugin
jcuda
=
new
JCuda_ImageJ_Example_Plugin
();
jcuda
.
setup
(
null
,
impl
);
jcuda
.
run
(
impr
);
}
else
{
System
.
out
.
println
(
"Missing the current image. Open one."
);
}
return
;
/* ======================================================================== */
}
else
if
(
label
.
equals
(
"TF TEST"
))
{
...
...
src/main/resources/lena512color.png
0 → 100644
View file @
f83fecdb
464 KB
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