public static class NIVision.QRCodeSearchOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.QRCellFilterMode |
cellFilterMode |
NIVision.QRCellSampleSize |
cellSampleSize |
NIVision.QRDemodulationMode |
demodulationMode |
int |
edgeThreshold |
NIVision.QRRotationMode |
rotationMode |
int |
skewDegreesAllowed |
int |
skipLocation |
backing| Modifier | Constructor and Description |
|---|---|
|
QRCodeSearchOptions() |
protected |
QRCodeSearchOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
QRCodeSearchOptions(long nativeObj,
boolean owned) |
|
QRCodeSearchOptions(NIVision.QRRotationMode rotationMode,
int skipLocation,
int edgeThreshold,
NIVision.QRDemodulationMode demodulationMode,
NIVision.QRCellSampleSize cellSampleSize,
NIVision.QRCellFilterMode cellFilterMode,
int skewDegreesAllowed) |
| 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.QRRotationMode rotationMode
public int skipLocation
public int edgeThreshold
public NIVision.QRDemodulationMode demodulationMode
public NIVision.QRCellSampleSize cellSampleSize
public NIVision.QRCellFilterMode cellFilterMode
public int skewDegreesAllowed
public QRCodeSearchOptions()
public QRCodeSearchOptions(NIVision.QRRotationMode rotationMode, int skipLocation, int edgeThreshold, NIVision.QRDemodulationMode demodulationMode, NIVision.QRCellSampleSize cellSampleSize, NIVision.QRCellFilterMode cellFilterMode, int skewDegreesAllowed)
protected QRCodeSearchOptions(java.nio.ByteBuffer backing,
int offset)
protected QRCodeSearchOptions(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