Class ImageBorder_F32

java.lang.Object
boofcv.struct.border.ImageBorder<GrayF32>
boofcv.struct.border.ImageBorder_F32
Direct Known Subclasses:
ImageBorder1D_F32, ImageBorderValue.Value_F32, ImageBorderWrapped.F32

@Generated("boofcv.struct.border.ImageBorder_F64") public abstract class ImageBorder_F32 extends ImageBorder<GrayF32>
Child of ImageBorder for GrayF32.
  • Constructor Details

    • ImageBorder_F32

      protected ImageBorder_F32(GrayF32 image)
    • ImageBorder_F32

      protected ImageBorder_F32()
  • Method Details

    • set

      public void set(int x, int y, float val)
    • get

      public float get(int x, int y)
    • getGeneral

      public void getGeneral(int x, int y, double[] pixel)
      Specified by:
      getGeneral in class ImageBorder<GrayF32>
    • setGeneral

      public void setGeneral(int x, int y, double[] pixel)
      Specified by:
      setGeneral in class ImageBorder<GrayF32>
    • getOutside

      public abstract float getOutside(int x, int y)
    • setOutside

      public abstract void setOutside(int x, int y, float val)