Class BorderIndex1D_Reflect

java.lang.Object
boofcv.struct.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.