org.cogchar.sight.api.core
Class SightRelatedStateEstimate

java.lang.Object
  extended by org.cogchar.sight.api.core.SightRelatedStateEstimate

public class SightRelatedStateEstimate
extends java.lang.Object

Author:
Stu B22

Field Summary
 EgocentricDirection myGazeSpeedAtObs
           
 EgocentricDirection myTargetDirectionAtObs
           
 SightObservation myTempHackedSightObservation
           
 java.lang.Long myTimeAtObs
           
 
Constructor Summary
SightRelatedStateEstimate(java.lang.Long timestampMsec)
           
 
Method Summary
 boolean isBetterThan(SightRelatedStateEstimate other, FaceNoticeConfig sightModelConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myTimeAtObs

public java.lang.Long myTimeAtObs

myTargetDirectionAtObs

public EgocentricDirection myTargetDirectionAtObs

myGazeSpeedAtObs

public EgocentricDirection myGazeSpeedAtObs

myTempHackedSightObservation

public SightObservation myTempHackedSightObservation
Constructor Detail

SightRelatedStateEstimate

public SightRelatedStateEstimate(java.lang.Long timestampMsec)
Method Detail

isBetterThan

public boolean isBetterThan(SightRelatedStateEstimate other,
                            FaceNoticeConfig sightModelConfig)


Copyright © 2010-2014. All Rights Reserved.