public static class NIVision.LabelToROIReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[] |
isTooManyVectorsArray |
int[] |
labelsOutArray |
NIVision.ROI[] |
roiArray |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.ROI[] roiArray
public int[] labelsOutArray
public int[] isTooManyVectorsArray
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)