2 questions about plugin in Fiji

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

2 questions about plugin in Fiji

CARL Philippe (LBP)
Dear all,

I would have 2 questions about compiling a plugin under Fiji.

First when I try to compile a plugin within a Fiji script window (it is not
the case when I compile a macro) I get a whole bunch of warnings (= 100
warnings) like the following one:

warning: [path] bad path element
"C:\SOFTWA~1\Fiji\plugins\3D_Viewer-2.0.0-SNAPSHOT.jar": no such file or
directory

To what are due all these warnings? Is there a way of getting rid of them?

 

Besides that I'm trying to compile the JavaSIFT code from Stephan Saalfeld
(http://fly.mpi-cbg.de/~saalfeld/Projects/download/Java_SIFT-src.tar.bz2)
and get the following error:

C:\Softwares\Fiji\code\Sift\SIFT_Align.java:470:
run(imagescience.image.Image,imagescience.transform.Transform,int,boolean,bo
olean) in imagescience.transform.Affine cannot be applied to
(imagescience.image.Image,double[][],int,boolean,boolean)

                                               Image imgAligned = a.run(

                                                                   ^

warning: Implicitly compiled files were not subject to annotation
processing.

Use -proc:none to disable annotation processing or -implicit to specify a
policy for implicit compilation.

 

at the line:

                                               Image imgAligned = a.run(

 
img,

 
new double[][]

 
{ { m[ 0 ], m[ 2 ], 0, m[ 4 ] },

 
{ m[ 1 ], m[ 3 ], 0, m[ 5 ] },

 
{ 0,         0,            1, 0 },

 
{ 0, 0, 0, 1 } },

 
ischeme,

 
adjust,

 
antialias );

 

I tried to cast the created double[][] to a imagescience.transform.Transform
without any success.

So how can I solve this compiling error?

 

I thank you very much in advance for your help.

 

Best regards,

 

Philippe


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html