public class RemoveBorderLabelsPlugin extends Object implements ij.plugin.PlugIn
LabelImages| Constructor and Description | 
|---|
RemoveBorderLabelsPlugin()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ij.ImagePlus | 
remove(ij.ImagePlus labelImage,
      boolean removeLeft,
      boolean removeRight,
      boolean removeTop,
      boolean removeBottom,
      boolean removeFront,
      boolean removeBack)
Remove labels in the border of the image 
 | 
void | 
run(String arg0)  | 
public void run(String arg0)
run in interface ij.plugin.PlugInpublic static ij.ImagePlus remove(ij.ImagePlus labelImage,
                                  boolean removeLeft,
                                  boolean removeRight,
                                  boolean removeTop,
                                  boolean removeBottom,
                                  boolean removeFront,
                                  boolean removeBack)
labelImage - input label imageremoveLeft - flag to remove labels in the left borderremoveRight - flag to remove labels in the right borderremoveTop - flag to remove labels in the top borderremoveBottom - flag to remove labels in the bottom borderremoveFront - flag to remove labels in the front borderremoveBack - flag to remove labels in the back borderCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.