Class DPIX

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

@Name("DPix") @Properties(inherit=leptonica.class) public class DPIX extends AbstractDPIX
Pix with double array
  • Constructor Details

  • Method Details

    • position

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

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

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

      public DPIX w(int setter)
    • h

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

      public DPIX h(int setter)
    • wpl

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

      public DPIX wpl(int setter)
    • refcount

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

      public DPIX refcount(int setter)
    • xres

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

      public DPIX xres(int setter)
    • yres

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

      public DPIX yres(int setter)
    • data

      @Cast("l_float64*") public DoublePointer data()
      the double image data
    • data

      public DPIX data(DoublePointer setter)