File tree Expand file tree Collapse file tree
src/main/java/fiji/plugin/trackmate/gui/editor/labkit/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change 207207 <dependency >
208208 <groupId >sc.fiji</groupId >
209209 <artifactId >bigdataviewer-core</artifactId >
210- <version >10.6.7</version >
211210 </dependency >
212211 <dependency >
213212 <groupId >net.imglib2</groupId >
214213 <artifactId >imglib2</artifactId >
215- <version >8.0.0</version >
216214 </dependency >
217215 <dependency >
218216 <groupId >net.imglib2</groupId >
Original file line number Diff line number Diff line change 6464import bdv .ui .keymap .Keymap ;
6565import bdv .ui .keymap .KeymapManager ;
6666import bdv .util .BdvOptions ;
67- import bdv .viewer .render .AlphaWeightedAccumulateProjectorARGB ;
6867import fiji .plugin .trackmate .gui .Icons ;
6968import fiji .plugin .trackmate .gui .editor .labkit .model .TMLabKitModel ;
7069import net .imglib2 .Dimensions ;
@@ -115,7 +114,6 @@ public TMLabKitFrame( final TMLabKitModel model )
115114 .inputTriggerConfig ( bdvKeymap .getConfig () )
116115 .keymapManager ( bdvKeymapManager )
117116 .appearanceManager ( appearanceManager )
118- .accumulateProjectorFactory ( AlphaWeightedAccumulateProjectorARGB .factory )
119117 ;
120118 if ( imageLabelingModel .spatialDimensions ().numDimensions () < 3 )
121119 options .is2D ();
You can’t perform that action at this time.
0 commit comments