devs.visionpackage.roebi.facedetect
Class CFacedetectApp

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

public class CFacedetectApp
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  CFacedetectApp()
           
protected CFacedetectApp(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(CFacedetectApp obj)
           
 void RCobj_DetectFaces(SWIGTYPE_p_IplImage img)
           
 void RCobj_detectfeatures(int index, int[] lateral_symetry, int[] lefteye_x, int[] righteye_x, int[] lefteye_y, int[] righteye_y, int[] mouth_y, int[] mouth_width, int[] gazedirection)
           
 void RCobj_detectGazeDirection(int index, int lateral_symetry, int lefteye_x, int righteye_x, int lefteye_y, int righteye_y, int[] gazedirection)
           
 void 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)
           
 void RCobj_getObject(int index, int[] tx, int[] ty, int[] bx, int[] by)
           
 int RCobj_InitFaceDetect(int img_width, int img_height)
           
 void RCobj_learnFaceOrientation(int orientationID)
           
 void RCobj_setBorder(int borderX, int borderTop, int borderBottom)
           
 void RCobj_trackface(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CFacedetectApp

protected CFacedetectApp(long cPtr,
                         boolean cMemoryOwn)

CFacedetectApp

public CFacedetectApp()
Method Detail

getCPtr

protected static long getCPtr(CFacedetectApp obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

RCobj_DetectFaces

public void RCobj_DetectFaces(SWIGTYPE_p_IplImage img)

RCobj_InitFaceDetect

public int RCobj_InitFaceDetect(int img_width,
                                int img_height)

RCobj_getObject

public void RCobj_getObject(int index,
                            int[] tx,
                            int[] ty,
                            int[] bx,
                            int[] by)

RCobj_setBorder

public void RCobj_setBorder(int borderX,
                            int borderTop,
                            int borderBottom)

RCobj_detectfeatures

public void RCobj_detectfeatures(int index,
                                 int[] lateral_symetry,
                                 int[] lefteye_x,
                                 int[] righteye_x,
                                 int[] lefteye_y,
                                 int[] righteye_y,
                                 int[] mouth_y,
                                 int[] mouth_width,
                                 int[] gazedirection)

RCobj_trackface

public void RCobj_trackface(int index)

RCobj_detectGazeDirection

public void RCobj_detectGazeDirection(int index,
                                      int lateral_symetry,
                                      int lefteye_x,
                                      int righteye_x,
                                      int lefteye_y,
                                      int righteye_y,
                                      int[] gazedirection)

RCobj_learnFaceOrientation

public void RCobj_learnFaceOrientation(int orientationID)

RCobj_getFacialFeatures

public void 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)