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 classConstantBorderReturns either image pixel when position is inside image bounds, or a constant value when position is outside of image bounds.classMirroringBorderPeriodic border that considers image is mirrored indefinitely in all directions.classPeriodicBorderPeriodic border that considers image is repeated indefinitely in all directions.classReplicatedBorderAssess 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 BorderManagerBorderManager.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.ImagePlusExtendBordersPlugin. exec(ij.ImagePlus image, int left, int right, int top, int bottom, BorderManager border)Deprecated.static ij.process.ImageProcessorExtendBordersPlugin. 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