public static class NIVision.LabelToROIReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int[] |
isTooManyVectorsArray |
private java.nio.ByteBuffer |
isTooManyVectorsArray_buf |
int[] |
labelsOutArray |
private java.nio.ByteBuffer |
labelsOutArray_buf |
NIVision.ROI[] |
roiArray |
private java.nio.ByteBuffer |
roiArray_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
LabelToROIReport() |
protected |
LabelToROIReport(java.nio.ByteBuffer backing,
int offset) |
protected |
LabelToROIReport(long nativeObj,
boolean owned) |
|
LabelToROIReport(NIVision.ROI[] roiArray,
int[] labelsOutArray,
int[] isTooManyVectorsArray) |
| 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 NIVision.ROI[] roiArray
public int[] labelsOutArray
public int[] isTooManyVectorsArray
private java.nio.ByteBuffer roiArray_buf
private java.nio.ByteBuffer labelsOutArray_buf
private java.nio.ByteBuffer isTooManyVectorsArray_buf
public LabelToROIReport()
public LabelToROIReport(NIVision.ROI[] roiArray, int[] labelsOutArray, int[] isTooManyVectorsArray)
protected LabelToROIReport(java.nio.ByteBuffer backing,
int offset)
protected LabelToROIReport(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