We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9e6be commit 3b928e9Copy full SHA for 3b928e9
src/main/java/fiji/plugin/trackmate/weka/WekaRunner.java
@@ -131,7 +131,6 @@ public RandomAccessibleInterval< T > computeProbabilities(
131
final ImagePlus probas = segmentation.applyClassifier( vimp, numThreads, true );
132
133
// Convert to Img and extract desired class.
134
- @SuppressWarnings( "unchecked" )
135
final ImgPlus< T > probaImp = TMUtils.rawWraps( probas );
136
final ImgPlus< T > classProba = TMUtils.hyperSlice( probaImp, classId, 0 );
137
0 commit comments