public static class NIVision.InspectionOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
binary |
float |
brightThreshold |
float |
darkThreshold |
int |
edgeThicknessToIgnore |
NIVision.NormalizationMethod |
normalizationMethod |
NIVision.RegistrationMethod |
registrationMethod |
backing| Modifier | Constructor and Description |
|---|---|
|
InspectionOptions() |
protected |
InspectionOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
InspectionOptions(long nativeObj,
boolean owned) |
|
InspectionOptions(NIVision.RegistrationMethod registrationMethod,
NIVision.NormalizationMethod normalizationMethod,
int edgeThicknessToIgnore,
double brightThreshold,
double darkThreshold,
int binary) |
| 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.RegistrationMethod registrationMethod
public NIVision.NormalizationMethod normalizationMethod
public int edgeThicknessToIgnore
public float brightThreshold
public float darkThreshold
public int binary
public InspectionOptions()
public InspectionOptions(NIVision.RegistrationMethod registrationMethod, NIVision.NormalizationMethod normalizationMethod, int edgeThicknessToIgnore, double brightThreshold, double darkThreshold, int binary)
protected InspectionOptions(java.nio.ByteBuffer backing,
int offset)
protected InspectionOptions(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