nao
Class DetectedLandmarkInfo

java.lang.Object
  extended by nao.DetectedLandmarkInfo

public class DetectedLandmarkInfo
extends java.lang.Object


Field Summary
 int id
           
 double sizeX
           
 double sizeY
           
 double x
           
 double y
           
 
Constructor Summary
DetectedLandmarkInfo(int id, double x, double y, double sizeX, double sizeY)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final int id

x

public final double x

y

public final double y

sizeX

public final double sizeX

sizeY

public final double sizeY
Constructor Detail

DetectedLandmarkInfo

public DetectedLandmarkInfo(int id,
                            double x,
                            double y,
                            double sizeX,
                            double sizeY)