TrackMate: can not import FastLAPTrackerFactory
Posted by
Greg on
Mar 10, 2015; 4:55pm
URL: http://imagej.273.s1.nabble.com/TrackMate-can-not-import-FastLAPTrackerFactory-tp5011939.html
Hi,
I am stuck because I can not import the FastLAPTrackerFactory within jython. According to this tutorial
http://fiji.sc/Scripting_TrackMateAll I need is to
from fiji.plugin.trackmate.tracking import FastLAPTrackerFactory
but I get a classical import error:
ImportError: cannot import name FastLAPTrackerFactory
When in inspect the module via
print dir(fiji.plugin.trackmate.tracking)
the output is
['LAPUtils', '__name__'] .
So there is almost nothing there ?!
I am running the latest updated Fiji 1.49p on Mac OS 10.10.
Any help appreciated !
Greets,
Greg