public class DistanceTransform3D extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
d |
protected float[][] |
dist |
protected int |
fg |
protected int |
h |
protected ij.ImagePlus |
image |
protected float |
maxVal |
protected int |
w |
Constructor and Description |
---|
DistanceTransform3D() |
Modifier and Type | Method and Description |
---|---|
void |
backwardPass() |
void |
forwardPass() |
float[][] |
getDistances() |
ij.ImagePlus |
getTransformed(ij.ImagePlus image,
int fg) |
void |
init() |
void |
init(float[][] dist,
int w,
int h,
int d) |
float |
min(float[] data) |
ij.ImagePlus |
rebin() |
ij.ImagePlus |
toFloat() |
protected ij.ImagePlus image
protected int w
protected int h
protected int d
protected float[][] dist
protected float maxVal
protected int fg
public ij.ImagePlus getTransformed(ij.ImagePlus image, int fg)
public float[][] getDistances()
public void init(float[][] dist, int w, int h, int d)
public void init()
public void forwardPass()
public void backwardPass()
public float min(float[] data)
public ij.ImagePlus toFloat()
public ij.ImagePlus rebin()
Copyright © 2015–2021 Fiji. All rights reserved.