public static class NIVision.ExtractTextureFeaturesReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
textureFeaturesCols |
int |
textureFeaturesRows |
int[] |
waveletBands |
private java.nio.ByteBuffer |
waveletBands_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
ExtractTextureFeaturesReport() |
protected |
ExtractTextureFeaturesReport(java.nio.ByteBuffer backing,
int offset) |
|
ExtractTextureFeaturesReport(int[] waveletBands,
int textureFeaturesRows,
int textureFeaturesCols) |
protected |
ExtractTextureFeaturesReport(long nativeObj,
boolean owned) |
| 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 int[] waveletBands
public int textureFeaturesRows
public int textureFeaturesCols
private java.nio.ByteBuffer waveletBands_buf
public ExtractTextureFeaturesReport()
public ExtractTextureFeaturesReport(int[] waveletBands,
int textureFeaturesRows,
int textureFeaturesCols)
protected ExtractTextureFeaturesReport(java.nio.ByteBuffer backing,
int offset)
protected ExtractTextureFeaturesReport(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