public class L_Rch
extends org.bridj.StructObject
| Constructor and Description |
|---|
L_Rch() |
L_Rch(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
int |
index()
index of best template
C type : l_int32 |
L_Rch |
index(int index)
index of best template
C type : l_int32 |
int |
sample()
index of best sample (within the best
C type : l_int32 |
L_Rch |
sample(int sample)
index of best sample (within the best
C type : l_int32 |
float |
score()
correlation score of best template
C type : l_float32 |
L_Rch |
score(float score)
correlation score of best template
C type : l_float32 |
org.bridj.Pointer<java.lang.Byte> |
text()
character string of best template
C type : char* |
L_Rch |
text(org.bridj.Pointer<java.lang.Byte> text)
character string of best template
C type : char* |
int |
width()
width of best template
C type : l_int32 |
L_Rch |
width(int width)
width of best template
C type : l_int32 |
int |
xloc()
x-location of template (delx + shiftx)
C type : l_int32 |
L_Rch |
xloc(int xloc)
x-location of template (delx + shiftx)
C type : l_int32 |
int |
yloc()
y-location of template (dely + shifty)
C type : l_int32 |
L_Rch |
yloc(int yloc)
y-location of template (dely + shifty)
C type : l_int32 |
public int index()
public L_Rch index(int index)
public float score()
public L_Rch score(float score)
public org.bridj.Pointer<java.lang.Byte> text()
public L_Rch text(org.bridj.Pointer<java.lang.Byte> text)
public int sample()
public L_Rch sample(int sample)
public int xloc()
public L_Rch xloc(int xloc)
public int yloc()
public L_Rch yloc(int yloc)
public int width()
public L_Rch width(int width)