|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdevs.visionpackage.roebi.facedetect.facedetect
devs.visionpackage.roebi.OpenCVArray
public class OpenCVArray
Constructor Summary | |
---|---|
OpenCVArray(int elements)
Creates a new instance of OpenCVArray |
Method Summary | |
---|---|
int[] |
getArray()
|
SWIGTYPE_p_int |
getCPtr()
|
int |
getitem(int index,
int value)
|
int |
getLength()
|
void |
setArray(int[] data)
|
void |
setitem(int index,
int value)
|
Methods inherited from class devs.visionpackage.roebi.facedetect.facedetect |
---|
byteArray_getitem, byteArray_setitem, delete_byteArray, delete_intArray, intArray_getitem, intArray_setitem, new_byteArray, new_intArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenCVArray(int elements)
Method Detail |
---|
public SWIGTYPE_p_int getCPtr()
public int getLength()
public void setArray(int[] data)
public int[] getArray()
public void setitem(int index, int value)
public int getitem(int index, int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |