public class MirroringBorder extends Object implements BorderManager
BorderManager.Type| Constructor and Description | 
|---|
MirroringBorder(ij.process.ImageProcessor image)
Creates a new Mirroring Border Manager 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
get(int x,
   int y)
Returns the value corresponding to (x,y) position. 
 | 
float | 
getf(int x,
    int y)
Returns the floating-point value corresponding to (x,y) position. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBorderspublic MirroringBorder(ij.process.ImageProcessor image)
image - the image to expandpublic int get(int x,
               int y)
BorderManagerget in interface BorderManagerx - column index of the positiony - row index of the positionBorderManager.get(int, int)public float getf(int x,
                  int y)
BorderManagergetf in interface BorderManagerx - column index of the positiony - row index of the positionCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.