@Name(value="L_Rch")
public static class lept.L_RCH
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_RCH()
Default native constructor.
|
L_RCH(long size)
Native array allocator.
|
L_RCH(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
index()
index of best template
|
lept.L_RCH |
index(int index) |
lept.L_RCH |
position(long position) |
int |
sample()
template class, if all samples are used)
|
lept.L_RCH |
sample(int sample) |
float |
score()
correlation score of best template
|
lept.L_RCH |
score(float score) |
org.bytedeco.javacpp.BytePointer |
text()
character string of best template
|
lept.L_RCH |
text(org.bytedeco.javacpp.BytePointer text) |
int |
width()
width of best template
|
lept.L_RCH |
width(int width) |
int |
xloc()
x-location of template (delx + shiftx)
|
lept.L_RCH |
xloc(int xloc) |
int |
yloc()
y-location of template (dely + shifty)
|
lept.L_RCH |
yloc(int yloc) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_RCH()
public L_RCH(long size)
Pointer.position(long).public L_RCH(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_RCH position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int index()
public lept.L_RCH index(int index)
@Cast(value="l_float32") public float score()
public lept.L_RCH score(float score)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer text()
public lept.L_RCH text(org.bytedeco.javacpp.BytePointer text)
@Cast(value="l_int32") public int sample()
public lept.L_RCH sample(int sample)
@Cast(value="l_int32") public int xloc()
public lept.L_RCH xloc(int xloc)
@Cast(value="l_int32") public int yloc()
public lept.L_RCH yloc(int yloc)
@Cast(value="l_int32") public int width()
public lept.L_RCH width(int width)
Copyright © 2018. All rights reserved.