- java.lang.Object
-
- ij.plugin.Straightener
-
-
Constructor Summary
Constructors Constructor Description Straightener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
ImageProcessor
straightenLine(ImagePlus imp, Line line, int width)
ImageStack
straightenStack(ImagePlus imp, Roi roi, int width)
-
-
-
Method Detail
-
run
public void run(java.lang.String arg)
Description copied from interface:PlugIn
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
straighten
public ImageProcessor straighten(ImagePlus imp, Roi roi, int width)
-
straightenStack
public ImageStack straightenStack(ImagePlus imp, Roi roi, int width)
-
straightenLine
public ImageProcessor straightenLine(ImagePlus imp, int width)
-
straightenLine
public ImageProcessor straightenLine(ImagePlus imp, Line line, int width)
-
rotateLine
public ImageProcessor rotateLine(ImagePlus imp, int width)
-
-