public static class NIVision.ParticleFilterOptions2 extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
connectivity8 |
int |
fillHoles |
int |
rejectBorder |
int |
rejectMatches |
backing| Modifier | Constructor and Description |
|---|---|
|
ParticleFilterOptions2() |
protected |
ParticleFilterOptions2(java.nio.ByteBuffer backing,
int offset) |
|
ParticleFilterOptions2(int rejectMatches,
int rejectBorder,
int fillHoles,
int connectivity8) |
protected |
ParticleFilterOptions2(long nativeObj,
boolean owned) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic int rejectMatches
public int rejectBorder
public int fillHoles
public int connectivity8
public ParticleFilterOptions2()
public ParticleFilterOptions2(int rejectMatches,
int rejectBorder,
int fillHoles,
int connectivity8)
protected ParticleFilterOptions2(java.nio.ByteBuffer backing,
int offset)
protected ParticleFilterOptions2(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct