public class State extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBaseName(int index) |
static String |
getBaseName(String fileName) |
String |
getChannelName(int channel) |
ij.ImagePlus |
getImage(String path) |
int |
getImageCount() |
String |
getImagePath(int channel,
int index) |
String |
getOutputPath(int channel) |
String |
getResampledPath(int channel,
int index) |
ImageMetaData |
getStatistics(int index) |
String |
getStatisticsPath() |
String |
getStatisticsPath(int index) |
ij.ImagePlus |
getTemplate() |
String |
getTemplateBaseName() |
ij.ImagePlus |
getTemplateLabels() |
String |
getTransformLabel() |
String |
getTransformLabel(int method) |
FloatMatrix |
getTransformMatrix(int index) |
String |
getWarpedPath(int channel,
int index) |
boolean |
save(ij.ImagePlus image,
String path) |
static boolean |
upToDate(String[] sources,
String target) |
static boolean |
upToDate(String source,
String target) |
public Options options
public static boolean debug
public State(Options options)
public String getBaseName(int index)
public String getTemplateBaseName()
public String getChannelName(int channel)
public String getImagePath(int channel, int index)
public String getResampledPath(int channel, int index)
public String getWarpedPath(int channel, int index)
public String getOutputPath(int channel)
public String getStatisticsPath()
public String getStatisticsPath(int index)
public ImageMetaData getStatistics(int index)
public String getTransformLabel()
public String getTransformLabel(int method)
public FloatMatrix getTransformMatrix(int index)
public int getImageCount()
public boolean save(ij.ImagePlus image, String path)
public ij.ImagePlus getImage(String path)
public ij.ImagePlus getTemplateLabels()
public ij.ImagePlus getTemplate()
Copyright © 2015–2021 Fiji. All rights reserved.