Package boofcv.core.image.border
Class BorderIndex1D_Extend
java.lang.Object
boofcv.struct.border.BorderIndex1D
boofcv.core.image.border.BorderIndex1D_Extend
Returns the closest point inside the image based on Manhattan distance.
-
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_Extend
public BorderIndex1D_Extend()
-
-
Method Details
-
getIndex
public int getIndex(int index) - Specified by:
getIndex
in classBorderIndex1D
-
copy
- Specified by:
copy
in classBorderIndex1D
-