org.cogchar.sight.api.facerec
Class FaceNoticeConfig

java.lang.Object
  extended by org.cogchar.sight.api.facerec.FaceNoticeConfig

public class FaceNoticeConfig
extends Object

Author:
Stu B.

Field Summary
 Double ageUncertaintyWeight
           
 Double clearingThreshold
           
 Double cogDistCoeffAzDiamSquared
           
 Double cogDistCoeffElDiamSquared
           
 Double cogDistCoeffFreckleMatch
           
 Double cogDistCoeffFreckleMismatch
           
 Double cogDistCoeffProduct
           
 Double cogDistCoeffSeconds
           
 Double cogDistCoeffTimestampOverlap
           
 Double exposedDecayConstant
           
 Double hiddenDecayConstant
           
 Double initialStrength
           
 Double mergeThresholdCogDist
           
 Integer obsRetainedInFreckleFace
           
 Integer obsRetainedInHypo
           
 Double positionUncertaintyWeight
           
 Double postingThreshold
           
 Double survivalThreshold
           
 Double visionToMotionOffsetSec
           
 
Constructor Summary
FaceNoticeConfig()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

initialStrength

public Double initialStrength

hiddenDecayConstant

public Double hiddenDecayConstant

exposedDecayConstant

public Double exposedDecayConstant

postingThreshold

public Double postingThreshold

clearingThreshold

public Double clearingThreshold

survivalThreshold

public Double survivalThreshold

obsRetainedInHypo

public Integer obsRetainedInHypo

obsRetainedInFreckleFace

public Integer obsRetainedInFreckleFace

cogDistCoeffAzDiamSquared

public Double cogDistCoeffAzDiamSquared

cogDistCoeffElDiamSquared

public Double cogDistCoeffElDiamSquared

cogDistCoeffSeconds

public Double cogDistCoeffSeconds

cogDistCoeffProduct

public Double cogDistCoeffProduct

cogDistCoeffTimestampOverlap

public Double cogDistCoeffTimestampOverlap

cogDistCoeffFreckleMatch

public Double cogDistCoeffFreckleMatch

cogDistCoeffFreckleMismatch

public Double cogDistCoeffFreckleMismatch

mergeThresholdCogDist

public Double mergeThresholdCogDist

visionToMotionOffsetSec

public Double visionToMotionOffsetSec

ageUncertaintyWeight

public Double ageUncertaintyWeight

positionUncertaintyWeight

public Double positionUncertaintyWeight
Constructor Detail

FaceNoticeConfig

public FaceNoticeConfig()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2014. All Rights Reserved.