Reduction of parameter requirements
Compare changes
Files
11@@ -102,7 +102,7 @@ public class Main
@@ -102,7 +102,7 @@ public class Main
The goal was to reduce the parameter requirements :
Img<T>
used as parameters have been replaced by RandomAccessibleInterval<T>
or IterableInterval<T>
objects.ImgFactory<T>
has been added when the creation of an Img<T>
as an output was necessary.Histogram<T>
from package net.imglib2.algorithm.stats
has been copied (class HistogramZ) and the constructor parameter Img<T>
has been change into IterableInterval<T>
.