Class L_RCH

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

@Name("L_Rch") @Properties(inherit=leptonica.class) public class L_RCH extends Pointer
Data returned from correlation matching on a single character
  • Constructor Details

    • L_RCH

      public L_RCH()
      Default native constructor.
    • L_RCH

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

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

    • position

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

      public L_RCH getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • index

      @Cast("l_int32") public int index()
      index of best template
    • index

      public L_RCH index(int setter)
    • score

      @Cast("l_float32") public float score()
      correlation score of best template
    • score

      public L_RCH score(float setter)
    • text

      @Cast("char*") public BytePointer text()
      character string of best template
    • text

      public L_RCH text(BytePointer setter)
    • sample

      @Cast("l_int32") public int sample()
      template class, if all samples are used)
    • sample

      public L_RCH sample(int setter)
    • xloc

      @Cast("l_int32") public int xloc()
      x-location of template (delx + shiftx)
    • xloc

      public L_RCH xloc(int setter)
    • yloc

      @Cast("l_int32") public int yloc()
      y-location of template (dely + shifty)
    • yloc

      public L_RCH yloc(int setter)
    • width

      @Cast("l_int32") public int width()
      width of best template
    • width

      public L_RCH width(int setter)