boofcv.core.image.border
Class BorderIndex1D_Reflect
- java.lang.Object
-
- boofcv.core.image.border.BorderIndex1D
-
- boofcv.core.image.border.BorderIndex1D_Reflect
-
public class BorderIndex1D_Reflect extends BorderIndex1D
Access to outside the array are reflected back into the array around the closest border. This is an even symmetric function, e.g. f(-1) = f(1) = 1, f(-2) = f(2) = 2.
-
-
Constructor Summary
Constructors Constructor and Description BorderIndex1D_Reflect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetIndex(int index)-
Methods inherited from class boofcv.core.image.border.BorderIndex1D
getLength, setLength
-
-
-
-
Method Detail
-
getIndex
public int getIndex(int index)
- Specified by:
getIndexin classBorderIndex1D
-
-
DataMelt 3.0 © DataMelt by jWork.ORG