Interface | Description |
---|---|
CopyBlock<T extends RealType<T>> | |
DownsampleBlock<T extends RealType<T>> | |
ExportScalePyramid.AfterEachPlane |
Callback that is called after each "plane of blocks" is written, giving
the opportunity to clear caches, etc.
|
ExportScalePyramid.DatasetIO<D,T extends NativeType<T>> |
Writing and reading back data for each resolution level.
|
ExportScalePyramid.LoopbackHeuristic |
A heuristic to decide for a given resolution level whether the source
pixels should be taken from the original image or read from a previously
written resolution level in the output dataset.
|
ProgressWriter |
Class | Description |
---|---|
Downsample | |
ExportMipmapInfo | |
ExportScalePyramid |
Write an image to a chunked mipmap representation.
|
ExportScalePyramid.Block<T extends NativeType<T>> |
A block to be written.
|
ExportScalePyramid.DefaultLoopbackHeuristic |
Simple heuristic: use loopback image loader if saving 8 times or more on
number of pixel access with respect to the original image.
|
ProgressWriterConsole | |
ProgressWriterNull | |
ProposeMipmaps |
Propose number of mipmap levels, as well subsampling factors and chunk size
for each level.
|
SubTaskProgressWriter | |
WriteSequenceToHdf5 |
Create a hdf5 files containing image data from all views and all timepoints
in a chunked, mipmaped representation.
|
Copyright © 2015–2021 Fiji. All rights reserved.