public class OverlapFusion extends Object implements PixelFusion
Constructor and Description |
---|
OverlapFusion() |
Modifier and Type | Method and Description |
---|---|
void |
addValue(double value,
int imageId,
double[] localPosition)
add a new value for the current output pixel
|
void |
clear()
reset for the next output pixel
|
PixelFusion |
copy()
Convinience method for multi-threading
|
double |
getValue()
return the result for the current pixel
|
public void clear()
PixelFusion
clear
in interface PixelFusion
public void addValue(double value, int imageId, double[] localPosition)
PixelFusion
addValue
in interface PixelFusion
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 double getValue()
PixelFusion
getValue
in interface PixelFusion
public PixelFusion copy()
PixelFusion
copy
in interface PixelFusion
PixelFusion
with the same propertiesCopyright © 2015–2021 Fiji. All rights reserved.