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