org.cyberlab.recognition.local.LICOV
Class LICOVmatcherOptions

java.lang.Object
  extended by org.cyberlab.recognition.local.LICOV.LICOVmatcherOptions

public class LICOVmatcherOptions
extends java.lang.Object

Class allowing easy access to the adjustable parameters in the LICOVrecognitionTools.createModel(org.cyberlab.recognition.local.Unknown, org.cyberlab.recognition.local.Unknown, LICOVcreatorOptions) method.

Author:
Mats-Gøran Karlsen
See Also:
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

t_dist

public double t_dist

t_remaining

public double t_remaining

t_match

public float t_match
Constructor Detail

LICOVmatcherOptions

public LICOVmatcherOptions()