Package | Description |
---|---|
bdv.ij | |
bdv.ij.export.imgloader |
Constructor and Description |
---|
Parameters(boolean setMipmapManual,
int[][] resolutions,
int[][] subdivisions,
File seqFile,
File hdf5File,
ImagePlusImgLoader.MinMaxOption minMaxOption,
double rangeMin,
double rangeMax,
boolean deflate,
boolean split,
int timepointsPerPartition,
int setupsPerPartition) |
Modifier and Type | Method and Description |
---|---|
static ImagePlusImgLoader.MinMaxOption |
ImagePlusImgLoader.MinMaxOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePlusImgLoader.MinMaxOption[] |
ImagePlusImgLoader.MinMaxOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ImagePlusImgLoader<FloatType> |
ImagePlusImgLoader.createFloatFromGray8(ij.ImagePlus imp,
ImagePlusImgLoader.MinMaxOption minMaxOption,
double min,
double max) |
static ImagePlusImgLoader<UnsignedShortType> |
ImagePlusImgLoader.createGray16(ij.ImagePlus imp,
ImagePlusImgLoader.MinMaxOption minMaxOption,
double min,
double max) |
static ImagePlusImgLoader<UnsignedShortType> |
ImagePlusImgLoader.createGray32(ij.ImagePlus imp,
ImagePlusImgLoader.MinMaxOption minMaxOption,
double min,
double max) |
static ImagePlusImgLoader<UnsignedShortType> |
ImagePlusImgLoader.createGray8(ij.ImagePlus imp,
ImagePlusImgLoader.MinMaxOption minMaxOption,
double min,
double max) |
Constructor and Description |
---|
ImagePlusImgLoader(ij.ImagePlus imp,
TypedBasicImgLoader<S> loader,
ImagePlusImgLoader.MinMaxOption minMaxOption,
double min,
double max,
T type,
ImagePlusImgLoader.ConverterFactory<T> converterFactory) |
Copyright © 2015–2021 Fiji. All rights reserved.