Uses of Class
org.cyberlab.recognition.local.LocalMatch

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

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

Fields in org.cyberlab.activity.local.task with type parameters of type LocalMatch
protected  java.util.ArrayList<LocalMatch<E>> AbstractMatchTask.matches
           
 

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

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

Uses of LocalMatch in org.cyberlab.recognition.local
 

Methods in org.cyberlab.recognition.local that return LocalMatch
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 LocalMatch in org.cyberlab.recognition.local.LICOV
 

Subclasses of LocalMatch in org.cyberlab.recognition.local.LICOV
 class LICOVMatch
          The LICOVmatch object created after matching an Unknown with a LICOVmodel using match in LICOVrecognitionTools.