public class BigWarpRealExporter<T extends RealType<T> & NativeType<T>> extends BigWarpExporter<T>
BigWarpExporter.ExportThread, BigWarpExporter.ParallelizationPolicyexportThread, interp, isVirtual, logger, movingSourceIndexList, nameSuffix, nThreads, offsetTransform, outputInterval, pixelRenderToPhysical, policy, progress, resolutionTransform, sources, targetSourceIndexList, unit| Constructor and Description |
|---|
BigWarpRealExporter(List<SourceAndConverter<T>> sources,
List<ConverterSetup> convSetups,
int[] movingSourceIndexList,
int[] targetSourceIndexList,
Interpolation interp,
T baseType,
boolean needConversion,
ProgressWriter progress) |
BigWarpRealExporter(List<SourceAndConverter<T>> sources,
List<ConverterSetup> convSetups,
int[] movingSourceIndexList,
int[] targetSourceIndexList,
Interpolation interp,
T baseType,
ProgressWriter progress) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends NumericType<T> & NativeType<T>> |
copyToImageStack(RandomAccessible<T> rai,
Interval itvl,
ProgressWriter progress) |
static <T extends NumericType<T> & NativeType<T>> |
copyToImageStack(RealRandomAccessible<T> rai,
Interval itvl) |
ij.ImagePlus |
export() |
RandomAccessibleInterval<T> |
exportRai() |
boolean |
isRGB() |
static <T> boolean |
isTypeListFullyConsistent(List<SourceAndConverter<T>> sources,
int[] movingSourceIndexList)
Returns true if moving image sources are all of the same type.
|
buildTotalRenderTransform, copyToImageStack, copyToImageStackBySlice, copyToImageStackBySlice, copyToImageStackIterOrder, copyToImageStackIterOrder, copyToLongCeil, copyToLongFloor, destinationIntervalFromLandmarks, estimateAffineFromCorners, estimateBounds, exportAsynch, exportAsynch, exportSource, getExporter, getResult, getSubInterval, setExportPath, setInterp, setInterval, setNameSuffix, setNumThreads, setOffset, setOutputList, setParallelizationPolicy, setRenderResolution, setUnit, setVirtual, showResult, transformIntervalMinMax, transformRealInterval, updateBrightnessContrast, updateBrightnessContrastpublic BigWarpRealExporter(List<SourceAndConverter<T>> sources, List<ConverterSetup> convSetups, int[] movingSourceIndexList, int[] targetSourceIndexList, Interpolation interp, T baseType, boolean needConversion, ProgressWriter progress)
public BigWarpRealExporter(List<SourceAndConverter<T>> sources, List<ConverterSetup> convSetups, int[] movingSourceIndexList, int[] targetSourceIndexList, Interpolation interp, T baseType, ProgressWriter progress)
public static <T> boolean isTypeListFullyConsistent(List<SourceAndConverter<T>> sources, int[] movingSourceIndexList)
T - the typesources - the sourcesmovingSourceIndexList - list of indexes for moving sourcespublic RandomAccessibleInterval<T> exportRai()
exportRai in class BigWarpExporter<T extends RealType<T> & NativeType<T>>public boolean isRGB()
isRGB in class BigWarpExporter<T extends RealType<T> & NativeType<T>>public ij.ImagePlus export()
export in class BigWarpExporter<T extends RealType<T> & NativeType<T>>public static <T extends NumericType<T> & NativeType<T>> ij.ImagePlus copyToImageStack(RandomAccessible<T> rai, Interval itvl, ProgressWriter progress)
public static <T extends NumericType<T> & NativeType<T>> ij.ImagePlus copyToImageStack(RealRandomAccessible<T> rai, Interval itvl)
Copyright © 2015–2021 Fiji. All rights reserved.