Uses of Class
org.cyberlab.recognition.local.LICOV.LICOVMatch

Packages that use LICOVMatch
org.cyberlab.activity.local.task   
org.cyberlab.recognition.local   
org.cyberlab.recognition.local.LICOV   
 

Uses of LICOVMatch in org.cyberlab.activity.local.task
 

Methods in org.cyberlab.activity.local.task that return types with arguments of type LICOVMatch
protected  java.util.ArrayList<LocalMatch<LICOVMatch>> LicovMatchTask.doInBackground(LocalModel<?>... arg0)
           
 

Method parameters in org.cyberlab.activity.local.task with type arguments of type LICOVMatch
protected  void LicovMatchTask.onPostExecute(java.util.ArrayList<LocalMatch<LICOVMatch>> result)
           
 

Uses of LICOVMatch in org.cyberlab.recognition.local
 

Methods in org.cyberlab.recognition.local that return types with arguments of type LICOVMatch
static LocalMatch<LICOVMatch> LocalRecognitionTools.match(LocalObject<LICOVModel> model, Unknown obj)
          Explanation on usage: LICOVrecognitionTools.match(LICOVModel, Unknown)
static LocalMatch<LICOVMatch> LocalRecognitionTools.match(LocalObject<LICOVModel> model, Unknown obj, LICOVmatcherOptions opts)
          Explanation on usage: LICOVrecognitionTools.match(LICOVModel, Unknown, LICOVmatcherOptions)
 

Uses of LICOVMatch in org.cyberlab.recognition.local.LICOV
 

Methods in org.cyberlab.recognition.local.LICOV that return LICOVMatch
static LICOVMatch LICOVrecognitionTools.match(LICOVModel model, Unknown obj)
          Default matcher, matching a LICOVModel with and Unknown creating a match object , LICOVMatch.
static LICOVMatch LICOVrecognitionTools.match(LICOVModel model, Unknown obj, LICOVmatcherOptions opts)
          Same as match(LICOVModel model, Unknown obj) but allows for tweaking of creator parameters using LICOVmatcherOptions.