public class NativeExtractionParameters
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
NativeExtractionParameters.ByReference
ByReference jna class
|
static class |
NativeExtractionParameters.ByValue
Native Extraction Parameters passed to the native layer by value
|
Modifier and Type | Field and Description |
---|---|
byte |
fft
Determines whether the extraction must return the fft image
|
byte |
processedImages
Determines whether the extraction must return the processed images or not
|
byte |
singularities
Determines whether the extraction must return cores and deltas or not
|
Constructor and Description |
---|
NativeExtractionParameters()
Default constructor
|
NativeExtractionParameters(boolean singularities,
boolean processedImages,
boolean fft)
Complete constructor
|
NativeExtractionParameters(com.sun.jna.Pointer p)
Structure constructor
|
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public byte singularities
Determines whether the extraction must return cores and deltas or not
public byte processedImages
Determines whether the extraction must return the processed images or not
public byte fft
Determines whether the extraction must return the fft image
public NativeExtractionParameters()
Default constructor
public NativeExtractionParameters(com.sun.jna.Pointer p)
Structure constructor
p
- public NativeExtractionParameters(boolean singularities, boolean processedImages, boolean fft)
Complete constructor
singularities
- processedImages
- fft
-