Class L_COLORFILL

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.leptonica.L_COLORFILL
All Implemented Interfaces:
AutoCloseable

@Name("L_Colorfill") @Properties(inherit=leptonica.class) public class L_COLORFILL extends Pointer
Colorfill data
  • Constructor Details

    • L_COLORFILL

      public L_COLORFILL()
      Default native constructor.
    • L_COLORFILL

      public L_COLORFILL(long size)
      Native array allocator. Access with Pointer.position(long).
    • L_COLORFILL

      public L_COLORFILL(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details

    • position

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

      public L_COLORFILL getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • pixs

      public PIX pixs()
      clone of source pix
    • pixs

      public L_COLORFILL pixs(PIX setter)
    • pixst

      public PIX pixst()
      source pix, after optional transform
    • pixst

      public L_COLORFILL pixst(PIX setter)
    • nx

      @Cast("l_int32") public int nx()
      number of tiles in each tile row
    • nx

      public L_COLORFILL nx(int setter)
    • ny

      @Cast("l_int32") public int ny()
      number of tiles in each tile column
    • ny

      public L_COLORFILL ny(int setter)
    • tw

      @Cast("l_int32") public int tw()
      width of each tile
    • tw

      public L_COLORFILL tw(int setter)
    • th

      @Cast("l_int32") public int th()
      height of each tile
    • th

      public L_COLORFILL th(int setter)
    • minarea

      @Cast("l_int32") public int minarea()
      min number of pixels in a color region
    • minarea

      public L_COLORFILL minarea(int setter)
    • boxas

      public BOXA boxas()
      tile locations
    • boxas

      public L_COLORFILL boxas(BOXA setter)
    • pixas

      public PIXA pixas()
      tiles from source pix
    • pixas

      public L_COLORFILL pixas(PIXA setter)
    • pixam

      public PIXA pixam()
      regions with similar color
    • pixam

      public L_COLORFILL pixam(PIXA setter)
    • naa

      public NUMAA naa()
      sizes of color regions (in pixels)
    • naa

      public L_COLORFILL naa(NUMAA setter)
    • dnaa

      public L_DNAA dnaa()
      average color in each region
    • dnaa

      public L_COLORFILL dnaa(L_DNAA setter)
    • pixadb

      public PIXA pixadb()
      debug reconstruction from segmentation
    • pixadb

      public L_COLORFILL pixadb(PIXA setter)