public class Slicer extends Object implements ij.plugin.filter.PlugInFilter
Modifier and Type | Field and Description |
---|---|
boolean |
canceled
Flag indicating whether last operation was canceled.
|
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 |
---|
Slicer() |
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
reorder(ij.ImagePlus imp,
String origOrder,
String newOrder)
Reorder the given ImagePlus's stack.
|
ij.ImagePlus[] |
reslice(ij.ImagePlus imp,
boolean sliceC,
boolean sliceZ,
boolean sliceT,
String stackOrder) |
void |
run(ij.process.ImageProcessor ip) |
int |
setup(String arg,
ij.ImagePlus imp) |
public ij.ImagePlus[] reslice(ij.ImagePlus imp, boolean sliceC, boolean sliceZ, boolean sliceT, String stackOrder)
public static ij.ImagePlus reorder(ij.ImagePlus imp, String origOrder, String newOrder)
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
Copyright © 2015–2021 Fiji. All rights reserved.