Package | Description |
---|---|
icy.file |
Contains all file operation tools and related objects
|
Modifier and Type | Method and Description |
---|---|
SequenceFileSticher.SequenceFileGroup |
SequenceFileGroupImporter.getOpenedGroup() |
static SequenceFileSticher.SequenceFileGroup |
SequenceFileSticher.groupFiles(SequenceFileImporter importer,
java.util.Collection<java.lang.String> paths,
boolean findPosition,
FileFrame loadingFrame)
Take a list of image file path as input and try to group them to form a unique Sequence.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<SequenceFileSticher.SequenceFileGroup> |
SequenceFileSticher.groupAllFiles(SequenceFileImporter importer,
java.util.Collection<java.lang.String> paths,
boolean findPosition,
FileFrame loadingFrame)
Same as
SequenceFileSticher.groupFiles(SequenceFileImporter, Collection, boolean, FileFrame) except it does several groups if all image file path
cannot be grouped to form a single Sequence. |
Modifier and Type | Method and Description |
---|---|
static void |
Loader.load(SequenceFileSticher.SequenceFileGroup group,
int resolution,
java.awt.Rectangle region,
int minZ,
int maxZ,
int minT,
int maxT,
int channel,
boolean directory,
boolean addToRecent,
boolean showProgress)
Load the specified image file group (built using SequenceFileSticher class).
|
void |
SequenceFileGroupImporter.open(SequenceFileSticher.SequenceFileGroup group,
int flags)
Open a SequenceFileGroup
|