org.cogchar.sight.api.core
Class SightRelatedStateEstimate

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

public class SightRelatedStateEstimate
extends Object

Author:
Stu B22

Field Summary
 EgocentricDirection myGazeSpeedAtObs
           
 EgocentricDirection myTargetDirectionAtObs
           
 SightObservation myTempHackedSightObservation
           
 Long myTimeAtObs
           
 
Constructor Summary
SightRelatedStateEstimate(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 Long myTimeAtObs

myTargetDirectionAtObs

public EgocentricDirection myTargetDirectionAtObs

myGazeSpeedAtObs

public EgocentricDirection myGazeSpeedAtObs

myTempHackedSightObservation

public SightObservation myTempHackedSightObservation
Constructor Detail

SightRelatedStateEstimate

public SightRelatedStateEstimate(Long timestampMsec)
Method Detail

isBetterThan

public boolean isBetterThan(SightRelatedStateEstimate other,
                            FaceNoticeConfig sightModelConfig)


Copyright © 2010-2014. All Rights Reserved.