Class FPIX

All Implemented Interfaces:
AutoCloseable, Indexable
Direct Known Subclasses:
AbstractFPIX.DestroyDeallocator

@Name("FPix") @Properties(inherit=leptonica.class) public class FPIX extends AbstractFPIX
Pix with float array
  • Constructor Details

  • Method Details

    • position

      public FPIX position(long position)
      Overrides:
      position in class Pointer
    • getPointer

      public FPIX getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • w

      @Cast("l_int32") public int w()
      width in pixels
    • w

      public FPIX w(int setter)
    • h

      @Cast("l_int32") public int h()
      height in pixels
    • h

      public FPIX h(int setter)
    • wpl

      @Cast("l_int32") public int wpl()
      32-bit words/line
    • wpl

      public FPIX wpl(int setter)
    • refcount

      @Cast("l_atomic") public int refcount()
      reference count (1 if no clones)
    • refcount

      public FPIX refcount(int setter)
    • xres

      @Cast("l_int32") public int xres()
      (use 0 if unknown)
    • xres

      public FPIX xres(int setter)
    • yres

      @Cast("l_int32") public int yres()
      (use 0 if unknown)
    • yres

      public FPIX yres(int setter)
    • data

      @Cast("l_float32*") public FloatPointer data()
      the float image data
    • data

      public FPIX data(FloatPointer setter)