public static class NIVision.ParticleClassifierPreprocessingOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.ThresholdMethod |
autoThresholdMethod |
NIVision.RangeFloat |
limits |
int |
manualThreshold |
NIVision.RangeFloat |
manualThresholdRange |
int |
numErosions |
NIVision.ParticleType |
particleType |
int |
rejectBorder |
backing| Modifier | Constructor and Description |
|---|---|
|
ParticleClassifierPreprocessingOptions() |
protected |
ParticleClassifierPreprocessingOptions(java.nio.ByteBuffer backing,
int offset) |
|
ParticleClassifierPreprocessingOptions(int manualThreshold,
NIVision.RangeFloat manualThresholdRange,
NIVision.ThresholdMethod autoThresholdMethod,
NIVision.RangeFloat limits,
NIVision.ParticleType particleType,
int rejectBorder,
int numErosions) |
protected |
ParticleClassifierPreprocessingOptions(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 manualThreshold
public NIVision.RangeFloat manualThresholdRange
public NIVision.ThresholdMethod autoThresholdMethod
public NIVision.RangeFloat limits
public NIVision.ParticleType particleType
public int rejectBorder
public int numErosions
public ParticleClassifierPreprocessingOptions()
public ParticleClassifierPreprocessingOptions(int manualThreshold,
NIVision.RangeFloat manualThresholdRange,
NIVision.ThresholdMethod autoThresholdMethod,
NIVision.RangeFloat limits,
NIVision.ParticleType particleType,
int rejectBorder,
int numErosions)
protected ParticleClassifierPreprocessingOptions(java.nio.ByteBuffer backing,
int offset)
protected ParticleClassifierPreprocessingOptions(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