public class Lipschitz_ extends Object implements ij.plugin.filter.PlugInFilter
Modifier and Type | Field and Description |
---|---|
protected ij.ImagePlus |
m_imp |
protected Rectangle |
m_roi |
double |
m_Slope |
protected ij.ImageStack |
m_stack |
protected ij.ImageStack |
m_stack_out |
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 |
---|
Lipschitz_() |
Modifier and Type | Method and Description |
---|---|
void |
Lipschitz2D(ij.process.ImageProcessor ip) |
void |
run(ij.process.ImageProcessor ip) |
void |
runLipschitz(ij.process.ImageProcessor ip) |
void |
setDownHat(boolean downHat) |
void |
setTopHat(boolean topHat) |
int |
setup(String arg,
ij.ImagePlus imp) |
public double m_Slope
protected ij.ImagePlus m_imp
protected ij.ImageStack m_stack
protected ij.ImageStack m_stack_out
protected Rectangle m_roi
public void setDownHat(boolean downHat)
public void setTopHat(boolean topHat)
public int setup(String arg, ij.ImagePlus imp)
setup
in interface ij.plugin.filter.PlugInFilter
public void run(ij.process.ImageProcessor ip)
run
in interface ij.plugin.filter.PlugInFilter
public void Lipschitz2D(ij.process.ImageProcessor ip)
public void runLipschitz(ij.process.ImageProcessor ip)
Copyright © 2015–2021 Fiji. All rights reserved.