Login  Register

Re: TrackMate Model Renderer broken ?

Posted by Greg on May 21, 2015; 9:07am
URL: http://imagej.273.s1.nabble.com/TrackMate-Model-Renderer-broken-tp5012886p5012895.html

Hi again,

so the problem seems to be with the 'empty' HyperStackDisplayer. When I call the displayer with

view = HyperStackDisplayer(model, sm,orig)

as opposed to

view = HyperStackDisplayer(model, sm)

it works. Now I just have to create an empty Stack 'orig' with the right dimensions I guess ?!

Greg