public class BigWarpARGBExporter extends BigWarpExporter<ARGBType>
BigWarpExporter.ExportThread, BigWarpExporter.ParallelizationPolicy
exportThread, isVirtual, logger, movingSourceIndexList, nameSuffix, nThreads, offsetTransform, outputInterval, pixelRenderToPhysical, policy, progress, resolutionTransform, sources, targetSourceIndexList, unit
Constructor and Description |
---|
BigWarpARGBExporter(List<SourceAndConverter<ARGBType>> sources,
List<ConverterSetup> convSetups,
int[] movingSourceIndexList,
int[] targetSourceIndexList,
Interpolation interp,
ProgressWriter progress) |
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
copyToImageStack(RandomAccessible<ARGBType> rai,
Interval itvl) |
ij.ImagePlus |
export() |
RandomAccessibleInterval<ARGBType> |
exportRai() |
boolean |
isRGB() |
static boolean |
isTypeListFullyConsistent(ArrayList<SourceAndConverter<?>> 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, updateBrightnessContrast
public BigWarpARGBExporter(List<SourceAndConverter<ARGBType>> sources, List<ConverterSetup> convSetups, int[] movingSourceIndexList, int[] targetSourceIndexList, Interpolation interp, ProgressWriter progress)
public static boolean isTypeListFullyConsistent(ArrayList<SourceAndConverter<?>> sources, int[] movingSourceIndexList)
sources
- the sourcesmovingSourceIndexList
- list of indexes for moving sourcespublic boolean isRGB()
isRGB
in class BigWarpExporter<ARGBType>
public RandomAccessibleInterval<ARGBType> exportRai()
exportRai
in class BigWarpExporter<ARGBType>
public ij.ImagePlus export()
export
in class BigWarpExporter<ARGBType>
public static ij.ImagePlus copyToImageStack(RandomAccessible<ARGBType> rai, Interval itvl)
Copyright © 2015–2021 Fiji. All rights reserved.