public static class NIVision.ParticleClassifierAutoThresholdOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.RangeFloat |
limits |
NIVision.ThresholdMethod |
method |
NIVision.ParticleType |
particleType |
Modifier | Constructor and Description |
---|---|
|
ParticleClassifierAutoThresholdOptions() |
protected |
ParticleClassifierAutoThresholdOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
ParticleClassifierAutoThresholdOptions(long nativeObj,
boolean owned) |
|
ParticleClassifierAutoThresholdOptions(NIVision.ThresholdMethod method,
NIVision.ParticleType particleType,
NIVision.RangeFloat limits) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.ThresholdMethod method
public NIVision.ParticleType particleType
public NIVision.RangeFloat limits
public ParticleClassifierAutoThresholdOptions()
public ParticleClassifierAutoThresholdOptions(NIVision.ThresholdMethod method, NIVision.ParticleType particleType, NIVision.RangeFloat limits)
protected ParticleClassifierAutoThresholdOptions(java.nio.ByteBuffer backing, int offset)
protected ParticleClassifierAutoThresholdOptions(long nativeObj, boolean owned)