org.cogchar.sight.api.facerec
Class FreckleMatchConfig

java.lang.Object
  extended by org.cogchar.sight.api.facerec.FreckleMatchConfig
All Implemented Interfaces:
Serializable

public class FreckleMatchConfig
extends Object
implements Serializable

Author:
Stu B.
See Also:
Serialized Form

Constructor Summary
FreckleMatchConfig()
           
 
Method Summary
 Double getMatchScoreAcceptThresh()
           
 Double getMatchScoreExpandThresh()
           
 Double getMatchScorePreventEnrollThresh()
           
 Integer getMaxProfileWidth()
           
 void setMatchScoreAcceptThresh(Double thresh)
           
 void setMatchScoreExpandThresh(Double thresh)
           
 void setMatchScorePreventEnrollThresh(Double thresh)
           
 void setMaxProfileWidth(Integer width)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FreckleMatchConfig

public FreckleMatchConfig()
Method Detail

getMatchScoreAcceptThresh

public Double getMatchScoreAcceptThresh()

setMatchScoreAcceptThresh

public void setMatchScoreAcceptThresh(Double thresh)

getMatchScoreExpandThresh

public Double getMatchScoreExpandThresh()

setMatchScoreExpandThresh

public void setMatchScoreExpandThresh(Double thresh)

getMatchScorePreventEnrollThresh

public Double getMatchScorePreventEnrollThresh()

setMatchScorePreventEnrollThresh

public void setMatchScorePreventEnrollThresh(Double thresh)

getMaxProfileWidth

public Integer getMaxProfileWidth()

setMaxProfileWidth

public void setMaxProfileWidth(Integer width)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2014. All Rights Reserved.