public class InterpolatedImage extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
InterpolatedImage.Interpolate |
class |
InterpolatedImage.Iterator |
class |
InterpolatedImage.NearestNeighbourByte |
Modifier and Type | Field and Description |
---|---|
int |
d |
int |
h |
ij.ImagePlus |
image |
InterpolatedImage.Interpolate |
interpol |
int |
w |
Modifier | Constructor and Description |
---|---|
protected |
InterpolatedImage() |
|
InterpolatedImage(ij.ImagePlus image) |
Modifier and Type | Method and Description |
---|---|
InterpolatedImage |
cloneDimensionsOnly() |
static InterpolatedImage |
cloneDimensionsOnly(ij.ImagePlus ip,
int type) |
InterpolatedImage |
cloneImage() |
void |
drawLine(int x1,
int y1,
int z1,
int x2,
int y2,
int z2,
int value) |
int |
getDepth() |
int |
getHeight() |
ij.ImagePlus |
getImage() |
byte |
getNearestByte(double x,
double y,
double z) |
int |
getNoCheck(int x,
int y,
int z) |
float |
getNoCheckFloat(int x,
int y,
int z) |
int |
getNoCheckInt(int x,
int y,
int z) |
short |
getNoCheckShort(int x,
int y,
int z) |
int |
getNoInterpol(int x,
int y,
int z) |
float |
getNoInterpolFloat(int x,
int y,
int z) |
int |
getNoInterpolInt(int x,
int y,
int z) |
short |
getNoInterpolShort(int x,
int y,
int z) |
int |
getWidth() |
InterpolatedImage.Iterator |
iterator() |
InterpolatedImage.Iterator |
iterator(boolean showProgress) |
InterpolatedImage.Iterator |
iterator(boolean showProgress,
int x0,
int y0,
int z0,
int x1,
int y1,
int z1) |
void |
set(int x,
int y,
int z,
int value) |
void |
setFloat(int x,
int y,
int z,
float value) |
void |
setInt(int x,
int y,
int z,
int value) |
void |
setShort(int x,
int y,
int z,
short value) |
public ij.ImagePlus image
public int w
public int h
public int d
public InterpolatedImage.Interpolate interpol
public InterpolatedImage(ij.ImagePlus image)
protected InterpolatedImage()
public int getWidth()
public int getHeight()
public int getDepth()
public ij.ImagePlus getImage()
public final int getNoCheck(int x, int y, int z)
public final int getNoInterpol(int x, int y, int z)
public final byte getNearestByte(double x, double y, double z)
public void set(int x, int y, int z, int value)
public InterpolatedImage.Iterator iterator()
public InterpolatedImage.Iterator iterator(boolean showProgress)
public InterpolatedImage.Iterator iterator(boolean showProgress, int x0, int y0, int z0, int x1, int y1, int z1)
public void drawLine(int x1, int y1, int z1, int x2, int y2, int z2, int value)
public float getNoCheckFloat(int x, int y, int z)
public float getNoInterpolFloat(int x, int y, int z)
public void setFloat(int x, int y, int z, float value)
public int getNoCheckInt(int x, int y, int z)
public int getNoInterpolInt(int x, int y, int z)
public void setInt(int x, int y, int z, int value)
public short getNoCheckShort(int x, int y, int z)
public short getNoInterpolShort(int x, int y, int z)
public void setShort(int x, int y, int z, short value)
public InterpolatedImage cloneDimensionsOnly()
public static InterpolatedImage cloneDimensionsOnly(ij.ImagePlus ip, int type)
public InterpolatedImage cloneImage()
Copyright © 2015–2021 Fiji. All rights reserved.