devs.visionpackage.roebi.facedetect
Class facedetectJNI

java.lang.Object
  extended by devs.visionpackage.roebi.facedetect.facedetectJNI

 class facedetectJNI
extends java.lang.Object


Constructor Summary
facedetectJNI()
           
 
Method Summary
static char byteArray_getitem(java.lang.String jarg1, int jarg2)
           
static void byteArray_setitem(java.lang.String jarg1, int jarg2, char jarg3)
           
static void CFacedetectApp_RCobj_DetectFaces(long jarg1, long jarg2)
           
static void CFacedetectApp_RCobj_detectfeatures(long jarg1, int jarg2, int[] jarg3, int[] jarg4, int[] jarg5, int[] jarg6, int[] jarg7, int[] jarg8, int[] jarg9, int[] jarg10)
           
static void CFacedetectApp_RCobj_detectGazeDirection(long jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int[] jarg8)
           
static void CFacedetectApp_RCobj_getFacialFeatures(long jarg1, int jarg2, int[] jarg3, int[] jarg4, int[] jarg5, int[] jarg6, int[] jarg7, int[] jarg8, int[] jarg9, int[] jarg10, int[] jarg11, int[] jarg12, int[] jarg13, int[] jarg14, long jarg15)
           
static void CFacedetectApp_RCobj_getObject(long jarg1, int jarg2, int[] jarg3, int[] jarg4, int[] jarg5, int[] jarg6)
           
static int CFacedetectApp_RCobj_InitFaceDetect(long jarg1, int jarg2, int jarg3)
           
static void CFacedetectApp_RCobj_learnFaceOrientation(long jarg1, int jarg2)
           
static void CFacedetectApp_RCobj_setBorder(long jarg1, int jarg2, int jarg3, int jarg4)
           
static void CFacedetectApp_RCobj_trackface(long jarg1, int jarg2)
           
static void delete_byteArray(java.lang.String jarg1)
           
static void delete_CFacedetectApp(long jarg1)
           
static void delete_intArray(long jarg1)
           
static int intArray_getitem(long jarg1, int jarg2)
           
static void intArray_setitem(long jarg1, int jarg2, int jarg3)
           
static java.lang.String new_byteArray(int jarg1)
           
static long new_CFacedetectApp()
           
static long new_intArray(int jarg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

facedetectJNI

facedetectJNI()
Method Detail

new_intArray

public static final long new_intArray(int jarg1)

delete_intArray

public static final void delete_intArray(long jarg1)

intArray_getitem

public static final int intArray_getitem(long jarg1,
                                         int jarg2)

intArray_setitem

public static final void intArray_setitem(long jarg1,
                                          int jarg2,
                                          int jarg3)

new_byteArray

public static final java.lang.String new_byteArray(int jarg1)

delete_byteArray

public static final void delete_byteArray(java.lang.String jarg1)

byteArray_getitem

public static final char byteArray_getitem(java.lang.String jarg1,
                                           int jarg2)

byteArray_setitem

public static final void byteArray_setitem(java.lang.String jarg1,
                                           int jarg2,
                                           char jarg3)

CFacedetectApp_RCobj_DetectFaces

public static final void CFacedetectApp_RCobj_DetectFaces(long jarg1,
                                                          long jarg2)

CFacedetectApp_RCobj_InitFaceDetect

public static final int CFacedetectApp_RCobj_InitFaceDetect(long jarg1,
                                                            int jarg2,
                                                            int jarg3)

CFacedetectApp_RCobj_getObject

public static final void CFacedetectApp_RCobj_getObject(long jarg1,
                                                        int jarg2,
                                                        int[] jarg3,
                                                        int[] jarg4,
                                                        int[] jarg5,
                                                        int[] jarg6)

CFacedetectApp_RCobj_setBorder

public static final void CFacedetectApp_RCobj_setBorder(long jarg1,
                                                        int jarg2,
                                                        int jarg3,
                                                        int jarg4)

CFacedetectApp_RCobj_detectfeatures

public static final void CFacedetectApp_RCobj_detectfeatures(long jarg1,
                                                             int jarg2,
                                                             int[] jarg3,
                                                             int[] jarg4,
                                                             int[] jarg5,
                                                             int[] jarg6,
                                                             int[] jarg7,
                                                             int[] jarg8,
                                                             int[] jarg9,
                                                             int[] jarg10)

CFacedetectApp_RCobj_trackface

public static final void CFacedetectApp_RCobj_trackface(long jarg1,
                                                        int jarg2)

CFacedetectApp_RCobj_detectGazeDirection

public static final void CFacedetectApp_RCobj_detectGazeDirection(long jarg1,
                                                                  int jarg2,
                                                                  int jarg3,
                                                                  int jarg4,
                                                                  int jarg5,
                                                                  int jarg6,
                                                                  int jarg7,
                                                                  int[] jarg8)

CFacedetectApp_RCobj_learnFaceOrientation

public static final void CFacedetectApp_RCobj_learnFaceOrientation(long jarg1,
                                                                   int jarg2)

CFacedetectApp_RCobj_getFacialFeatures

public static final void CFacedetectApp_RCobj_getFacialFeatures(long jarg1,
                                                                int jarg2,
                                                                int[] jarg3,
                                                                int[] jarg4,
                                                                int[] jarg5,
                                                                int[] jarg6,
                                                                int[] jarg7,
                                                                int[] jarg8,
                                                                int[] jarg9,
                                                                int[] jarg10,
                                                                int[] jarg11,
                                                                int[] jarg12,
                                                                int[] jarg13,
                                                                int[] jarg14,
                                                                long jarg15)

new_CFacedetectApp

public static final long new_CFacedetectApp()

delete_CFacedetectApp

public static final void delete_CFacedetectApp(long jarg1)