public class Interpolator extends Object
Constructor and Description |
---|
Interpolator()
Instantiates a new interpolator.
|
Interpolator(SpatialImage spImg)
Instantiates a new interpolator with given spatial image.
|
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
getInterpolatedImage()
Gets the interpolated image object.
|
void |
interpolate(HashMap<String,ij.ImagePlus> hashdomFile)
Interpolate given set of ImageJ image objects (as hashmap of domain files, HashMap<String, ImagePlus>).
|
ij.ImagePlus |
interpolate(ij.ImagePlus imagePlus)
Interpolate given image object and return the interpolated image object.
|
SpatialImage |
interpolate(SpatialImage spImg)
Interpolate given spatial image object and return the interpolated spatial image object.
|
public Interpolator()
public Interpolator(SpatialImage spImg)
spImg
- the spatial imagepublic ij.ImagePlus interpolate(ij.ImagePlus imagePlus)
imagePlus
- the ImageJ image objectpublic SpatialImage interpolate(SpatialImage spImg)
spImg
- the spatial image objectpublic void interpolate(HashMap<String,ij.ImagePlus> hashdomFile)
hashdomFile
- the hashmap of domain file. HashMap<String, ImagePlus>public ij.ImagePlus getInterpolatedImage()
Copyright © 2017–2019 Funahashi Lab.. All rights reserved.