public static class NIVision.QRCodeSearchOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.QRCellFilterMode |
cellFilterMode |
NIVision.QRCellSampleSize |
cellSampleSize |
NIVision.QRDemodulationMode |
demodulationMode |
int |
edgeThreshold |
NIVision.QRRotationMode |
rotationMode |
int |
skewDegreesAllowed |
int |
skipLocation |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)