Constructor and Description |
---|
Straightener() |
Modifier and Type | Method and Description |
---|---|
ImageProcessor |
rotateLine(ImagePlus imp,
int width) |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
ImageProcessor |
straighten(ImagePlus imp,
Roi roi,
int width) |
ImageProcessor |
straightenLine(ImagePlus imp,
int width) |
ImageStack |
straightenStack(ImagePlus imp,
Roi roi,
int width) |
public void run(java.lang.String arg)
PlugIn
public ImageProcessor straighten(ImagePlus imp, Roi roi, int width)
public ImageStack straightenStack(ImagePlus imp, Roi roi, int width)
public ImageProcessor straightenLine(ImagePlus imp, int width)
public ImageProcessor rotateLine(ImagePlus imp, int width)