Uses of Interface
inra.ijpb.data.border.BorderManager
Package | Description |
---|---|
inra.ijpb.data.border |
Management of pixels outside image bounds.
|
inra.ijpb.plugins |
Contains plugins, for integration with ImageJ GUI.
|
-
Uses of BorderManager in inra.ijpb.data.border
Classes in inra.ijpb.data.border that implement BorderManager Modifier and Type Class Description class
ConstantBorder
Returns either image pixel when position is inside image bounds, or a constant value when position is outside of image bounds.class
MirroringBorder
Periodic border that considers image is mirrored indefinitely in all directions.class
PeriodicBorder
Periodic border that considers image is repeated indefinitely in all directions.class
ReplicatedBorder
Assess pixel outside image bounds have same value as the closest pixel on image border.Methods in inra.ijpb.data.border that return BorderManager Modifier and Type Method Description BorderManager
BorderManager.Type. createBorderManager(ij.process.ImageProcessor image)
Creates a new Border Manager for the input image. -
Uses of BorderManager in inra.ijpb.plugins
Methods in inra.ijpb.plugins with parameters of type BorderManager Modifier and Type Method Description ij.ImagePlus
ExtendBordersPlugin. exec(ij.ImagePlus image, int left, int right, int top, int bottom, BorderManager border)
Deprecated.static ij.process.ImageProcessor
ExtendBordersPlugin. 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