public class MedianPixelFusionIgnoreZero extends MedianPixelFusion
| Constructor and Description |
|---|
MedianPixelFusionIgnoreZero() |
| 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, getValuepublic void addValue(double value,
int imageId,
double[] localPosition)
PixelFusionaddValue in interface PixelFusionaddValue in class MedianPixelFusionvalue - - 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()
PixelFusioncopy in interface PixelFusioncopy in class MedianPixelFusionPixelFusion with the same propertiesCopyright © 2015–2021 Fiji. All rights reserved.