public class ExtendBordersPlugin extends Object implements ij.plugin.PlugIn
| Constructor and Description |
|---|
ExtendBordersPlugin() |
| Modifier and Type | Method and Description |
|---|---|
ij.ImagePlus |
exec(ij.ImagePlus image,
int left,
int right,
int top,
int bottom,
BorderManager border)
Deprecated.
|
static ij.process.ImageProcessor |
process(ij.process.ImageProcessor image,
int left,
int right,
int top,
int bottom,
BorderManager border)
Deprecated.
replaced by inra.ijpb.data.border.BorderManager.addBorders(...) method
|
static ij.ImageStack |
process(ij.ImageStack image,
int left,
int right,
int top,
int bottom,
int front,
int back,
BorderManager3D border)
Deprecated.
replaced by inra.ijpb.data.border.BorderManager3D.addBorders(...) method
|
void |
run(String arg) |
public void run(String arg)
run in interface ij.plugin.PlugIn@Deprecated public ij.ImagePlus exec(ij.ImagePlus image, int left, int right, int top, int bottom, BorderManager border)
image - the input imageleft - the number of pixels to add to the left of the imageright - the number of pixels to add to the right of the imagetop - the number of pixels to add on top of the imagebottom - the number of pixels to add at the bottom of the imageborder - an instance of BorderManager that specifies the value of
pixels to be added@Deprecated public static final ij.process.ImageProcessor process(ij.process.ImageProcessor image, int left, int right, int top, int bottom, BorderManager border)
image - the input imageleft - the number of pixels to add to the left of the imageright - the number of pixels to add to the right of the imagetop - the number of pixels to add on top of the imagebottom - the number of pixels to add at the bottom of the imageborder - an instance of BorderManager that specifies the value of
pixels to be addedBorderManager.addBorders(ImageProcessor, int, int, int, int)@Deprecated public static final ij.ImageStack process(ij.ImageStack image, int left, int right, int top, int bottom, int front, int back, BorderManager3D border)
image - the input image stackleft - the number of voxels to add to the leftright - the number of voxels to add to the righttop - the number of voxels to add on top of the stackbottom - the number of voxels to add at the bottom of the stackfront - the number of slices to add in front of the stackback - the number of slices to add behind the stackborder - an instance of BorderManager that specifies the value of
pixels to be addedBorderManager3D.addBorders(ImageStack, int, int, int, int, int, int)Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.