| Modifier and Type | Field and Description |
|---|---|
int |
textureFeaturesCols |
int |
textureFeaturesRows |
int[] |
waveletBands |
| Modifier | Constructor and Description |
|---|---|
|
ExtractTextureFeaturesReport() |
protected |
ExtractTextureFeaturesReport(ByteBuffer backing,
int offset) |
|
ExtractTextureFeaturesReport(int[] waveletBands,
int textureFeaturesRows,
int textureFeaturesCols) |
protected |
ExtractTextureFeaturesReport(long nativeObj,
boolean owned) |
| Modifier and Type | Method and Description |
|---|---|
void |
read() |
protected void |
setBuffer(ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public int[] waveletBands
public int textureFeaturesRows
public int textureFeaturesCols
public ExtractTextureFeaturesReport()
public ExtractTextureFeaturesReport(int[] waveletBands,
int textureFeaturesRows,
int textureFeaturesCols)
protected ExtractTextureFeaturesReport(ByteBuffer backing, int offset)
protected ExtractTextureFeaturesReport(long nativeObj,
boolean owned)
protected void setBuffer(ByteBuffer backing, int offset)
public void read()
public void write()
public int size()
Copyright © 2015. All rights reserved.