public class L_Kernel
extends org.bridj.StructObject
| Constructor and Description |
|---|
L_Kernel() |
L_Kernel(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cx()
x location of kernel origin
C type : l_int32 |
L_Kernel |
cx(int cx)
x location of kernel origin
C type : l_int32 |
int |
cy()
y location of kernel origin
C type : l_int32 |
L_Kernel |
cy(int cy)
y location of kernel origin
C type : l_int32 |
org.bridj.Pointer<org.bridj.Pointer<java.lang.Float>> |
data()
data[i][j] in [row][col] order
C type : l_float32** |
L_Kernel |
data(org.bridj.Pointer<org.bridj.Pointer<java.lang.Float>> data)
data[i][j] in [row][col] order
C type : l_float32** |
int |
sx()
kernel width
C type : l_int32 |
L_Kernel |
sx(int sx)
kernel width
C type : l_int32 |
int |
sy()
kernel height
C type : l_int32 |
L_Kernel |
sy(int sy)
kernel height
C type : l_int32 |
public int sy()
public L_Kernel sy(int sy)
public int sx()
public L_Kernel sx(int sx)
public int cy()
public L_Kernel cy(int cy)
public int cx()
public L_Kernel cx(int cx)
public org.bridj.Pointer<org.bridj.Pointer<java.lang.Float>> data()
public L_Kernel data(org.bridj.Pointer<org.bridj.Pointer<java.lang.Float>> data)