public static class NIVision.ParticleClassifierPreprocessingOptions2 extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.ParticleClassifierAutoThresholdOptions |
autoThresholdOptions |
NIVision.ParticleClassifierLocalThresholdOptions |
localThresholdOptions |
NIVision.RangeFloat |
manualThresholdRange |
int |
numErosions |
int |
rejectBorder |
NIVision.ParticleClassifierThresholdType |
thresholdType |
backing| Modifier | Constructor and Description |
|---|---|
|
ParticleClassifierPreprocessingOptions2() |
protected |
ParticleClassifierPreprocessingOptions2(java.nio.ByteBuffer backing,
int offset) |
protected |
ParticleClassifierPreprocessingOptions2(long nativeObj,
boolean owned) |
|
ParticleClassifierPreprocessingOptions2(NIVision.ParticleClassifierThresholdType thresholdType,
NIVision.RangeFloat manualThresholdRange,
NIVision.ParticleClassifierAutoThresholdOptions autoThresholdOptions,
NIVision.ParticleClassifierLocalThresholdOptions localThresholdOptions,
int rejectBorder,
int numErosions) |
| 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 NIVision.ParticleClassifierThresholdType thresholdType
public NIVision.RangeFloat manualThresholdRange
public NIVision.ParticleClassifierAutoThresholdOptions autoThresholdOptions
public NIVision.ParticleClassifierLocalThresholdOptions localThresholdOptions
public int rejectBorder
public int numErosions
public ParticleClassifierPreprocessingOptions2()
public ParticleClassifierPreprocessingOptions2(NIVision.ParticleClassifierThresholdType thresholdType, NIVision.RangeFloat manualThresholdRange, NIVision.ParticleClassifierAutoThresholdOptions autoThresholdOptions, NIVision.ParticleClassifierLocalThresholdOptions localThresholdOptions, int rejectBorder, int numErosions)
protected ParticleClassifierPreprocessingOptions2(java.nio.ByteBuffer backing,
int offset)
protected ParticleClassifierPreprocessingOptions2(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