Class ImageBorderWrapped.F32

Enclosing class:
ImageBorderWrapped

public static class ImageBorderWrapped.F32 extends ImageBorder_F32
  • Field Details

    • offsetX

      public int offsetX
      Specifies where the image starts inside the larger image
    • offsetY

      public int offsetY
      Specifies where the image starts inside the larger image
    • borderImage

      public GrayF32 borderImage
  • Constructor Details

    • F32

      public F32(int offsetX, int offsetY, GrayF32 borderImage)
    • F32

      public F32()
  • Method Details