public static class NIVision.ParticleClassifierPreprocessingOptions2 extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.ParticleClassifierAutoThresholdOptions |
autoThresholdOptions |
NIVision.ParticleClassifierLocalThresholdOptions |
localThresholdOptions |
NIVision.RangeFloat |
manualThresholdRange |
int |
numErosions |
int |
rejectBorder |
NIVision.ParticleClassifierThresholdType |
thresholdType |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)