Package boofcv.core.image.border
Class BorderIndex1D_Reflect
java.lang.Object
boofcv.struct.border.BorderIndex1D
boofcv.core.image.border.BorderIndex1D_Reflect
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.
-
Field Summary
Fields inherited from class boofcv.struct.border.BorderIndex1D
length
-
Constructor Summary
-
Method Summary
Methods inherited from class boofcv.struct.border.BorderIndex1D
getLength, setLength
-
Constructor Details
-
BorderIndex1D_Reflect
public BorderIndex1D_Reflect()
-
-
Method Details
-
getIndex
public int getIndex(int index) - Specified by:
getIndex
in classBorderIndex1D
-
copy
- Specified by:
copy
in classBorderIndex1D
-