public class TransformedImage extends Object
Modifier and Type | Class and Description |
---|---|
class |
TransformedImage.Iterator |
Modifier and Type | Field and Description |
---|---|
FastMatrix |
matrix |
PixelPairs |
measure |
InterpolatedImage |
orig |
InterpolatedImage |
transform |
Constructor and Description |
---|
TransformedImage(ij.ImagePlus orig,
ij.ImagePlus transform) |
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
getDifferenceImage() |
float |
getDistance() |
ij.ImagePlus |
getTemplate() |
ij.ImagePlus |
getTransformed() |
float[] |
getValuesRange() |
TransformedImage.Iterator |
iterator() |
TransformedImage.Iterator |
iterator(boolean showProgress) |
TransformedImage.Iterator |
iterator(boolean showProgress,
int x0,
int y0,
int z0,
int x1,
int y1,
int z1) |
void |
narrowBBox(int x0,
int x1,
int y0,
int y1,
int z0,
int z1) |
void |
narrowSearchToMaterial(int value,
int border) |
TransformedImage |
resample(int factor) |
void |
setTransformation(FastMatrix matrix) |
public InterpolatedImage orig
public InterpolatedImage transform
public PixelPairs measure
public FastMatrix matrix
public TransformedImage(ij.ImagePlus orig, ij.ImagePlus transform)
public ij.ImagePlus getTemplate()
public float[] getValuesRange()
public void setTransformation(FastMatrix matrix)
public TransformedImage resample(int factor)
public TransformedImage.Iterator iterator()
public TransformedImage.Iterator iterator(boolean showProgress)
public TransformedImage.Iterator iterator(boolean showProgress, int x0, int y0, int z0, int x1, int y1, int z1)
public float getDistance()
public ij.ImagePlus getTransformed()
public ij.ImagePlus getDifferenceImage()
public void narrowBBox(int x0, int x1, int y0, int y1, int z0, int z1)
public void narrowSearchToMaterial(int value, int border)
Copyright © 2015–2021 Fiji. All rights reserved.