public static class NIVision.ParticleClassifierLocalThresholdOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
deviationWeight |
NIVision.LocalThresholdMethod |
method |
NIVision.ParticleType |
particleType |
int |
windowHeight |
int |
windowWidth |
Modifier | Constructor and Description |
---|---|
|
ParticleClassifierLocalThresholdOptions() |
protected |
ParticleClassifierLocalThresholdOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
ParticleClassifierLocalThresholdOptions(long nativeObj,
boolean owned) |
|
ParticleClassifierLocalThresholdOptions(NIVision.LocalThresholdMethod method,
NIVision.ParticleType particleType,
int windowWidth,
int windowHeight,
double deviationWeight) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.LocalThresholdMethod method
public NIVision.ParticleType particleType
public int windowWidth
public int windowHeight
public double deviationWeight
public ParticleClassifierLocalThresholdOptions()
public ParticleClassifierLocalThresholdOptions(NIVision.LocalThresholdMethod method, NIVision.ParticleType particleType, int windowWidth, int windowHeight, double deviationWeight)
protected ParticleClassifierLocalThresholdOptions(java.nio.ByteBuffer backing, int offset)
protected ParticleClassifierLocalThresholdOptions(long nativeObj, boolean owned)