Package | Description |
---|---|
mpicbg.stitching.fusion |
Modifier and Type | Method and Description |
---|---|
protected static <T extends RealType<T>> |
Fusion.fuseBlock(Img<T> output,
ArrayList<? extends ImageInterpolation<? extends RealType<?>>> input,
double[] offset,
ArrayList<InvertibleBoundable> transform,
PixelFusion fusion,
boolean displayFusion)
Fuse one slice/volume (one channel)
|
protected static <T extends RealType<T>> |
Fusion.fuseBlockNoOverlap(Img<T> output,
ArrayList<? extends ImageInterpolation<? extends RealType<?>>> input,
double[] offset,
ArrayList<InvertibleBoundable> transform,
boolean displayFusion)
Fuse one slice/volume (one channel)
|
protected static <T extends RealType<T>> |
Fusion.writeBlock(Img<T> outputSlice,
int numSlices,
int t,
int numTimePoints,
int c,
int numChannels,
ArrayList<? extends ImageInterpolation<? extends RealType<?>>> input,
double[] offset,
ArrayList<InvertibleBoundable> transform,
PixelFusion fusion,
String outputDirectory)
Fuse one slice/volume (one channel)
|
Constructor and Description |
---|
BlendingPixelFusion(ArrayList<? extends ImageInterpolation<?>> images)
Instantiates the per-pixel blending
|
BlendingPixelFusionIgnoreZero(ArrayList<? extends ImageInterpolation<?>> images)
Instantiates the per-pixel blending
|
Copyright © 2015–2021 Fiji. All rights reserved.