org.cyberlab.local.recognition.LICOV
Class LICOVcreatorOptions

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

public class LICOVcreatorOptions
extends java.lang.Object

Class allowing easy access to the adjustable parameters in the LICOVrecognitionTools#match(LICOVModel, org.cyberlab.recognition.local.Unknown, LICOVmatcherOptions) method.

Author:
Mats-Gøran Karlsen
See Also:
max_distance: keypoints with distance shorter than max_distance is said to match numKeyPoints: number of LICOVmodel keypoints

Field Summary
 double max_distance
           
 int numKeypoints
           
 
Constructor Summary
LICOVcreatorOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

max_distance

public double max_distance

numKeypoints

public int numKeypoints
Constructor Detail

LICOVcreatorOptions

public LICOVcreatorOptions()