Class L_RDID

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

@Name("L_Rdid") @Properties(inherit=leptonica.class) public class L_RDID extends Pointer
Data used for decoding a line of characters.
  • Constructor Details

    • L_RDID

      public L_RDID()
      Default native constructor.
    • L_RDID

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

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

    • position

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

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

      public PIX pixs()
      clone of pix to be decoded
    • pixs

      public L_RDID pixs(PIX setter)
    • counta

      @Cast("l_int32*") public IntPointer counta(int i)
      count array for each averaged template
    • counta

      public L_RDID counta(int i, IntPointer setter)
    • counta

      @Cast("l_int32**") public PointerPointer counta()
    • counta

      public L_RDID counta(PointerPointer setter)
    • delya

      @Cast("l_int32*") public IntPointer delya(int i)
      best y-shift array per average template
    • delya

      public L_RDID delya(int i, IntPointer setter)
    • delya

      @Cast("l_int32**") public PointerPointer delya()
    • delya

      public L_RDID delya(PointerPointer setter)
    • narray

      @Cast("l_int32") public int narray()
      number of averaged templates
    • narray

      public L_RDID narray(int setter)
    • size

      @Cast("l_int32") public int size()
      size of count array (width of pixs)
    • size

      public L_RDID size(int setter)
    • setwidth

      @Cast("l_int32*") public IntPointer setwidth()
      setwidths for each template
    • setwidth

      public L_RDID setwidth(IntPointer setter)
    • nasum

      public NUMA nasum()
      pixel count in pixs by column
    • nasum

      public L_RDID nasum(NUMA setter)
    • namoment

      public NUMA namoment()
      first moment of pixels in pixs by cols
    • namoment

      public L_RDID namoment(NUMA setter)
    • fullarrays

      @Cast("l_int32") public int fullarrays()
      1 if full arrays are made; 0 otherwise
    • fullarrays

      public L_RDID fullarrays(int setter)
    • beta

      @Cast("l_float32*") public FloatPointer beta()
      channel coeffs for template fg term
    • beta

      public L_RDID beta(FloatPointer setter)
    • gamma

      @Cast("l_float32*") public FloatPointer gamma()
      channel coeffs for bit-and term
    • gamma

      public L_RDID gamma(FloatPointer setter)
    • trellisscore

      @Cast("l_float32*") public FloatPointer trellisscore()
      score on trellis
    • trellisscore

      public L_RDID trellisscore(FloatPointer setter)
    • trellistempl

      @Cast("l_int32*") public IntPointer trellistempl()
      template on trellis (for backtrack)
    • trellistempl

      public L_RDID trellistempl(IntPointer setter)
    • natempl

      public NUMA natempl()
      indices of best path templates
    • natempl

      public L_RDID natempl(NUMA setter)
    • naxloc

      public NUMA naxloc()
      x locations of best path templates
    • naxloc

      public L_RDID naxloc(NUMA setter)
    • nadely

      public NUMA nadely()
      y locations of best path templates
    • nadely

      public L_RDID nadely(NUMA setter)
    • nawidth

      public NUMA nawidth()
      widths of best path templates
    • nawidth

      public L_RDID nawidth(NUMA setter)
    • boxa

      public BOXA boxa()
      Viterbi result for splitting input pixs
    • boxa

      public L_RDID boxa(BOXA setter)
    • nascore

      public NUMA nascore()
      correlation scores: best path templates
    • nascore

      public L_RDID nascore(NUMA setter)
    • natempl_r

      public NUMA natempl_r()
      indices of best rescored templates
    • natempl_r

      public L_RDID natempl_r(NUMA setter)
    • nasample_r

      public NUMA nasample_r()
      samples of best scored templates
    • nasample_r

      public L_RDID nasample_r(NUMA setter)
    • naxloc_r

      public NUMA naxloc_r()
      x locations of best rescoredtemplates
    • naxloc_r

      public L_RDID naxloc_r(NUMA setter)
    • nadely_r

      public NUMA nadely_r()
      y locations of best rescoredtemplates
    • nadely_r

      public L_RDID nadely_r(NUMA setter)
    • nawidth_r

      public NUMA nawidth_r()
      widths of best rescoredtemplates
    • nawidth_r

      public L_RDID nawidth_r(NUMA setter)
    • nascore_r

      public NUMA nascore_r()
      correlation scores: rescored templates
    • nascore_r

      public L_RDID nascore_r(NUMA setter)