Class L_RCHA

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

@Name("L_Rcha") @Properties(inherit=leptonica.class) public class L_RCHA extends Pointer
Data returned from correlation matching on an array of characters
  • Constructor Details

    • L_RCHA

      public L_RCHA()
      Default native constructor.
    • L_RCHA

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

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

    • position

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

      public L_RCHA getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • naindex

      public NUMA naindex()
      indices of best templates
    • naindex

      public L_RCHA naindex(NUMA setter)
    • nascore

      public NUMA nascore()
      correlation scores of best templates
    • nascore

      public L_RCHA nascore(NUMA setter)
    • satext

      public SARRAY satext()
      character strings of best templates
    • satext

      public L_RCHA satext(SARRAY setter)
    • nasample

      public NUMA nasample()
      indices of best samples
    • nasample

      public L_RCHA nasample(NUMA setter)
    • naxloc

      public NUMA naxloc()
      x-locations of templates (delx + shiftx)
    • naxloc

      public L_RCHA naxloc(NUMA setter)
    • nayloc

      public NUMA nayloc()
      y-locations of templates (dely + shifty)
    • nayloc

      public L_RCHA nayloc(NUMA setter)
    • nawidth

      public NUMA nawidth()
      widths of best templates
    • nawidth

      public L_RCHA nawidth(NUMA setter)