|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberlab.local.recognition.LICOV.LICOVmatcherOptions
public class LICOVmatcherOptions
Class allowing easy access to the adjustable parameters in the
LICOVrecognitionTools#createModel(org.cyberlab.recognition.local.Unknown, org.cyberlab.recognition.local.Unknown, LICOVcreatorOptions)
method.
t_dist: Upper threshold for the distance between the worst aligned
extrapolated model keypoint and image keypoint, acceptance of
outliers, matching score.
t_remaining: Lower threshold for remaining matched keypoints after alignment,
acceptance of outliers, matching score.
t_match: Match threshold between model keypoint and image keypoint.
Field Summary | |
---|---|
double |
t_dist
|
float |
t_match
|
double |
t_remaining
|
Constructor Summary | |
---|---|
LICOVmatcherOptions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double t_dist
public double t_remaining
public float t_match
Constructor Detail |
---|
public LICOVmatcherOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |