org.cogchar.sight.api.facerec
Class FaceNoticeConfig

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

public class FaceNoticeConfig
extends java.lang.Object

Author:
Stu B.

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

Field Detail

initialStrength

public java.lang.Double initialStrength

hiddenDecayConstant

public java.lang.Double hiddenDecayConstant

exposedDecayConstant

public java.lang.Double exposedDecayConstant

postingThreshold

public java.lang.Double postingThreshold

clearingThreshold

public java.lang.Double clearingThreshold

survivalThreshold

public java.lang.Double survivalThreshold

obsRetainedInHypo

public java.lang.Integer obsRetainedInHypo

obsRetainedInFreckleFace

public java.lang.Integer obsRetainedInFreckleFace

cogDistCoeffAzDiamSquared

public java.lang.Double cogDistCoeffAzDiamSquared

cogDistCoeffElDiamSquared

public java.lang.Double cogDistCoeffElDiamSquared

cogDistCoeffSeconds

public java.lang.Double cogDistCoeffSeconds

cogDistCoeffProduct

public java.lang.Double cogDistCoeffProduct

cogDistCoeffTimestampOverlap

public java.lang.Double cogDistCoeffTimestampOverlap

cogDistCoeffFreckleMatch

public java.lang.Double cogDistCoeffFreckleMatch

cogDistCoeffFreckleMismatch

public java.lang.Double cogDistCoeffFreckleMismatch

mergeThresholdCogDist

public java.lang.Double mergeThresholdCogDist

visionToMotionOffsetSec

public java.lang.Double visionToMotionOffsetSec

ageUncertaintyWeight

public java.lang.Double ageUncertaintyWeight

positionUncertaintyWeight

public java.lang.Double positionUncertaintyWeight
Constructor Detail

FaceNoticeConfig

public FaceNoticeConfig()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010-2014. All Rights Reserved.