[ImageJ-devel] Problem getting the context

Thorsten Wagner wagner at biomedical-imaging.de
Sat Jul 11 04:17:18 CDT 2015


Just an additional information:

I tried to start it by imagej2:

net.imagej.Main.main(args);
new TrackMatePlugIn_().run( "/home/thorsten/samples/FakeTracks.tif" );

However, this just leads to another exception:
http://pastebin.com/m0VCTZ4S

Cheers,
Thorsten

Am Samstag, den 11.07.2015, 11:14 +0200 schrieb Thorsten Wagner:
> Dear List, dear Brian,
> 
> we currently came across problems with ImageJ-OPs and TrackMate. 
> 
> For some reasons we have to start TrackMate by the following main
> method:
> https://github.com/thorstenwagner/TrackMate/blob/master/src/main/java
> /f
> iji/plugin/trackmate/TrackMatePlugIn_.java#L134
> 
> However, this always leads to the a exception at this line:
> https://github.com/thorstenwagner/TrackMate/blob/master/src/main/java
> /f
> iji/plugin/trackmate/detection/findmaxima/FindMaximaSpotDetector.java
> #L
> 123
> 
> This is the exception:
> http://pastebin.com/A3N5LQBw
> 
> Any ideas?
> 
> Cheers,
> Thorsten



More information about the ImageJ-devel mailing list