Uses of Class
org.anchoranalysis.image.io.stack.output.generator.RasterGeneratorDelegateToRaster
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.stack.output.generator |
Base classes for generators that ultimately write a
Stack to the filesystem. |
-
Uses of RasterGeneratorDelegateToRaster in org.anchoranalysis.image.io.stack.output.generator
Subclasses of RasterGeneratorDelegateToRaster in org.anchoranalysis.image.io.stack.output.generator Modifier and Type Class Description classDisplayStackGeneratorWrites a display-stack to the filesystem.classFlattenStackGeneratorLike aStackGeneratorbut first applies a maximum-intensity-projection.classRasterGeneratorBridge<T,V>Allows us to call anRasterGenerator<S>as if it was anRasterGenerator<T>using an function to connect the two.