java.lang.Object
ij.plugin.RoiInterpolator
- All Implemented Interfaces:
PlugIn
public class RoiInterpolator extends java.lang.Object implements PlugIn
This class interpolates between ROIs in the ROI Manager.
- Author:
- Michael Doube, Johannes Schindelin
-
Constructor Summary
Constructors Constructor Description RoiInterpolator()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
RoiInterpolator
public RoiInterpolator()
-
-
Method Details