Uses of Class
devs.visionpackage.roebi.facedetect.SWIGTYPE_p_int

Packages that use SWIGTYPE_p_int
devs.visionpackage.roebi   
devs.visionpackage.roebi.facedetect   
 

Uses of SWIGTYPE_p_int in devs.visionpackage.roebi
 

Methods in devs.visionpackage.roebi that return SWIGTYPE_p_int
 SWIGTYPE_p_int OpenCVArray.getCPtr()
           
 

Uses of SWIGTYPE_p_int in devs.visionpackage.roebi.facedetect
 

Methods in devs.visionpackage.roebi.facedetect that return SWIGTYPE_p_int
static SWIGTYPE_p_int facedetect.new_intArray(int nelements)
           
 

Methods in devs.visionpackage.roebi.facedetect with parameters of type SWIGTYPE_p_int
static void facedetect.delete_intArray(SWIGTYPE_p_int ary)
           
protected static long SWIGTYPE_p_int.getCPtr(SWIGTYPE_p_int obj)
           
static int facedetect.intArray_getitem(SWIGTYPE_p_int ary, int index)
           
static void facedetect.intArray_setitem(SWIGTYPE_p_int ary, int index, int value)
           
 void CFacedetectApp.RCobj_getFacialFeatures(int index, int[] leftEyeOuter, int[] leftEyeInner, int[] leftEyePupil_x, int[] leftEyePupil_y, int[] leftEyebrow_y, int[] rightEyeOuter, int[] rightEyeInner, int[] rightEyePupil_x, int[] rightEyePupil_y, int[] rightEyebrow_y, int[] smile, int[] mouthOpen, SWIGTYPE_p_int mouthOpenWidth)