Package | Description |
---|---|
ini.trakem2.display | |
ini.trakem2.persistence |
Modifier and Type | Method and Description |
---|---|
LinkedList<Region<Node<T>>> |
Tree.generateRegions(Node<T> first,
Node<T> last,
int width,
int height,
double magnification) |
Modifier and Type | Method and Description |
---|---|
<I> ij.ImagePlus |
Loader.createFlyThrough(List<? extends Region<I>> regions,
double magnification,
int type,
String dir)
Returns an ImageStack, one slice per region.
|
<I> ij.ImagePlus |
Loader.createLazyFlyThrough(List<? extends Region<I>> regions,
double magnification,
int type,
Displayable active)
Each slice is generated on demand, one slice per Region instance.
|
Copyright © 2015–2021 Fiji. All rights reserved.