Commit cff91554 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+comments

parent f83fecdb
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment