public class Implicit_Interpolate_Binary extends Object implements ij.plugin.filter.PlugInFilter
Modifier and Type | Class and Description |
---|---|
class |
Implicit_Interpolate_Binary.ImplicitFunction |
static class |
Implicit_Interpolate_Binary.ImplicitSamples |
Modifier and Type | Field and Description |
---|---|
Implicit_Interpolate_Binary.ImplicitFunction |
implicitFunction |
Implicit_Interpolate_Binary.ImplicitSamples[] |
samples |
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
Constructor and Description |
---|
Implicit_Interpolate_Binary() |
Modifier and Type | Method and Description |
---|---|
void |
evaluate(ij.process.ByteProcessor ip,
int z) |
void |
getImplicitFunction(int step) |
static double |
phi(double squared) |
double |
phi(double x,
double y,
double z,
Point3d q) |
double |
phi(Point3d p,
Point3d q) |
double |
phiLUT(double squared) |
void |
run(ij.process.ImageProcessor ip) |
int |
setup(String arg,
ij.ImagePlus imp) |
public Implicit_Interpolate_Binary.ImplicitSamples[] samples
public Implicit_Interpolate_Binary.ImplicitFunction implicitFunction
public void run(ij.process.ImageProcessor ip)
run
in interface ij.plugin.filter.PlugInFilter
public void getImplicitFunction(int step)
public void evaluate(ij.process.ByteProcessor ip, int z)
public final double phi(double x, double y, double z, Point3d q)
public static final double phi(double squared)
public final double phiLUT(double squared)
public int setup(String arg, ij.ImagePlus imp)
setup
in interface ij.plugin.filter.PlugInFilter
Copyright © 2015–2021 Fiji. All rights reserved.