java.lang.Object
ij.plugin.Slicer
- All Implemented Interfaces:
PlugIn,ItemListener,TextListener,EventListener
Implements the Image/Stacks/Reslice command. Known shortcomings:
for FREELINE or POLYLINE ROI, spatial calibration is ignored:
the image is sampled at constant _pixel_ increments (distance 1), so
(if y/x aspect ratio != 1 in source image) one dimension in the output is not
homogeneous (i.e. pixelWidth not the same everywhere).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidputColumn(ImageProcessor ip, int x, int y, float[] data, int length) voidputRow(ImageProcessor ip, int x, int y, float[] data, int length) voidThis method is called when the plugin is loaded.void
-
Constructor Details
-
Slicer
public Slicer()
-
-
Method Details
-
run
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt. -
reslice
-
putRow
-
putColumn
-
textValueChanged
- Specified by:
textValueChangedin interfaceTextListener
-
itemStateChanged
- Specified by:
itemStateChangedin interfaceItemListener
-