boofcv.core.image.border
Class ImageBorder<T extends ImageBase>
- java.lang.Object
-
- boofcv.core.image.border.ImageBorder<T>
-
- Direct Known Subclasses:
- ImageBorder_F32, ImageBorder_F64, ImageBorder_IL_F32, ImageBorder_IL_F64, ImageBorder_IL_S32, ImageBorder_IL_S64, ImageBorder_S32, ImageBorder_S64
public abstract class ImageBorder<T extends ImageBase> extends java.lang.ObjectA wrapper around a normal image that returns a numeric value if a pixel is requested that is outside of the image boundary. The additional sanity checks can significantly slow down algorithms and should only be used when needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description abstract voidgetGeneral(int x, int y, double[] pixel)TgetImage()abstract voidsetGeneral(int x, int y, double[] pixel)voidsetImage(T image)
-
DataMelt 3.0 © DataMelt by jWork.ORG