static <T> List<ij.ImagePlus> |
ApplyBigwarpPlugin.apply(BigWarp.BigWarpData<T> bwData,
LandmarkTableModel landmarks,
String tranformTypeOption,
String fieldOfViewOption,
String fieldOfViewPointFilter,
String resolutionOption,
double[] resolutionSpec,
double[] fovSpec,
double[] offsetSpec,
Interpolation interp,
boolean isVirtual,
int nThreads,
boolean wait,
ApplyBigwarpPlugin.WriteDestinationOptions writeOpts) |
static List<ij.ImagePlus> |
ApplyBigwarpPlugin.apply(ij.ImagePlus movingIp,
ij.ImagePlus targetIp,
LandmarkTableModel landmarks,
String tranformTypeOption,
String fieldOfViewOption,
String fieldOfViewPointFilter,
String resolutionOption,
double[] resolutionSpec,
double[] fovSpec,
double[] offsetSpec,
Interpolation interp,
boolean isVirtual,
int nThreads,
boolean wait,
ApplyBigwarpPlugin.WriteDestinationOptions writeOpts) |
static <T> List<ij.ImagePlus> |
ApplyBigwarpPlugin.runExport(BigWarp.BigWarpData<T> data,
List<SourceAndConverter<T>> sources,
String fieldOfViewOption,
List<Interval> outputIntervalList,
List<String> matchedPtNames,
Interpolation interp,
double[] offsetIn,
double[] resolution,
boolean isVirtual,
int nThreads,
ProgressWriter progressWriter,
boolean show,
boolean wait,
ApplyBigwarpPlugin.WriteDestinationOptions writeOpts) |
static <S,T extends NativeType<T> & NumericType<T>> void |
ApplyBigwarpPlugin.runN5Export(BigWarp.BigWarpData<S> data,
List<SourceAndConverter<S>> sources,
String fieldOfViewOption,
Interval outputInterval,
Interpolation interp,
double[] offset,
double[] resolution,
String unit,
ProgressWriter progressWriter,
ApplyBigwarpPlugin.WriteDestinationOptions writeOpts,
ExecutorService exec) |