public class ReplicatedBorder3D extends Object implements BorderManager3D
BorderManager3D.Type| Constructor and Description |
|---|
ReplicatedBorder3D(ij.ImageStack image)
Creates a new Replicating Border Manager
|
| Modifier and Type | Method and Description |
|---|---|
int |
get(int x,
int y,
int z)
Forces both of x and y to be between 0 and the corresponding image size,
and returns the corresponding image value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBorderspublic ReplicatedBorder3D(ij.ImageStack image)
image - the image to expandpublic int get(int x,
int y,
int z)
get in interface BorderManager3Dx - column index of the positiony - row index of the positionz - slice index of the positionBorderManager.get(int, int)Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.