All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
buildTotalRenderTransform()
Generate the transform from output pixel space to physical space.
|
<T extends NumericType<T>> RandomAccessibleInterval<T> |
copyToImageStack(RandomAccessible<T> raible,
Interval itvl,
ImgFactory<T> factory,
int nThreads) |
static <T extends NumericType<T>> RandomAccessibleInterval<T> |
copyToImageStackBySlice(RandomAccessible<T> raible,
Interval itvl,
ImgFactory<T> factory,
int nThreads,
ProgressWriter progress) |
static <T extends NumericType<T>> RandomAccessibleInterval<T> |
copyToImageStackBySlice(RandomAccessible<T> ra,
Interval itvl,
RandomAccessibleInterval<T> target,
int nThreads,
ProgressWriter progress) |
static <T extends NumericType<T>> RandomAccessibleInterval<T> |
copyToImageStackIterOrder(RandomAccessible<T> raible,
Interval itvl,
ImgFactory<T> factory,
int nThreads,
ProgressWriter progress) |
static <T extends NumericType<T>> RandomAccessibleInterval<T> |
copyToImageStackIterOrder(RandomAccessible<T> ra,
Interval itvl,
RandomAccessibleInterval<T> target,
int nThreads,
ProgressWriter progress) |
static void |
copyToLongCeil(double[] src,
long[] dst) |
static void |
copyToLongFloor(double[] src,
long[] dst) |
FinalInterval |
destinationIntervalFromLandmarks(ArrayList<Double[]> pts,
boolean isMoving) |
static void |
estimateAffineFromCorners(AffineTransform3D affine,
RealTransform xfm,
Interval interval)
Only works for 2D or 3D.
|
static FinalInterval |
estimateBounds(RealTransform xfm,
Interval interval) |
abstract ij.ImagePlus |
export() |
ij.ImagePlus |
exportAsynch(boolean wait) |
ij.ImagePlus |
exportAsynch(boolean wait,
boolean show) |
abstract RandomAccessibleInterval<?> |
exportRai() |
<T> RandomAccessibleInterval<T> |
exportSource(SourceAndConverter<T> src) |
static <T> BigWarpExporter<?> |
getExporter(BigWarp.BigWarpData<T> bwData,
List<SourceAndConverter<T>> transformedSources,
Interpolation interp,
ProgressWriter progressWriter) |
ij.ImagePlus |
getResult() |
static FinalInterval |
getSubInterval(Interval interval,
int d,
long start,
long end) |
abstract boolean |
isRGB() |
void |
setExportPath(String exportPath) |
void |
setInterp(Interpolation interp) |
void |
setInterval(Interval outputInterval) |
void |
setNameSuffix(String suffix) |
void |
setNumThreads(int nThreads) |
void |
setOffset(double... offset)
Set the offset of the output field of view in pixels.
|
void |
setOutputList(List<ij.ImagePlus> outputList) |
void |
setParallelizationPolicy(BigWarpExporter.ParallelizationPolicy policy) |
void |
setRenderResolution(double... res) |
void |
setUnit(String unit) |
void |
setVirtual(boolean isVirtual) |
void |
showResult(boolean showResult) |
static FinalInterval |
transformIntervalMinMax(RealTransform xfm,
Interval interval) |
static FinalInterval |
transformRealInterval(RealTransform xfm,
RealInterval interval) |
static void |
updateBrightnessContrast(ij.ImagePlus imp,
BigWarp.BigWarpData<?> bwdata,
int[] indexList) |
static void |
updateBrightnessContrast(ij.ImagePlus imp,
List<ConverterSetup> convSetups,
int[] indexList) |