devs.visionpackage.roebi
Class ManProcessor

java.lang.Object
  extended by devs.visionpackage.roebi.ManProcessor

public class ManProcessor
extends java.lang.Object

Author:
Reto

Constructor Summary
ManProcessor()
          Creates a new instance of ManProcessor
 
Method Summary
 int getBX()
           
 int getBY()
           
 int getGazeDirection()
           
 int getLateralSymetry()
           
 int getLeftEyeX()
           
 int getLeftEyeY()
           
 int getMouthWidth()
           
 int getMouthY()
           
 int getRightEyeX()
           
 int getRightEyeY()
           
 int getTX()
           
 int getTY()
           
 void setSize(int s_Value)
           
 void setX(int x_Value)
           
 void setY(int y_Value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManProcessor

public ManProcessor()
Creates a new instance of ManProcessor

Method Detail

setX

public void setX(int x_Value)

setY

public void setY(int y_Value)

setSize

public void setSize(int s_Value)

getTX

public int getTX()

getTY

public int getTY()

getBX

public int getBX()

getBY

public int getBY()

getLateralSymetry

public int getLateralSymetry()

getLeftEyeX

public int getLeftEyeX()

getLeftEyeY

public int getLeftEyeY()

getRightEyeX

public int getRightEyeX()

getRightEyeY

public int getRightEyeY()

getMouthY

public int getMouthY()

getMouthWidth

public int getMouthWidth()

getGazeDirection

public int getGazeDirection()