public class BlendingPixelFusionIgnoreZero extends BlendingPixelFusion
fractionBlended
Constructor and Description |
---|
BlendingPixelFusionIgnoreZero(ArrayList<? extends ImageInterpolation<?>> images)
Instantiates the per-pixel blending
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(double value,
int imageId,
double[] localPosition)
add a new value for the current output pixel
|
PixelFusion |
copy()
Convinience method for multi-threading
|
clear, computeWeight, getValue
public BlendingPixelFusionIgnoreZero(ArrayList<? extends ImageInterpolation<?>> images)
images
- - all input images (the position in the list has to be the same as Id provided by addValue!)public void addValue(double value, int imageId, double[] localPosition)
PixelFusion
addValue
in interface PixelFusion
addValue
in class BlendingPixelFusion
value
- - the image intensityimageId
- - from which input image as defined by the idlocalPosition
- - the position inside the input image in local coordinates of the input imagepublic PixelFusion copy()
PixelFusion
copy
in interface PixelFusion
copy
in class BlendingPixelFusion
PixelFusion
with the same propertiesCopyright © 2015–2021 Fiji. All rights reserved.