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

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

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

Fields in org.cyberlab.activity.local.task declared as Unknown
protected  Unknown AbstractMatchTask.unknown
           
 

Methods in org.cyberlab.activity.local.task that return Unknown
protected  Unknown CreateUnknownTask.doInBackground(Bitmap... params)
           
 Unknown CreateUnknownTask.getUnknown()
           
 

Methods in org.cyberlab.activity.local.task with parameters of type Unknown
protected  LocalModel<LICOVModel> CreateLicovModelTask.doInBackground(Unknown... arg0)
           
protected  void CreateUnknownTask.onPostExecute(Unknown result)
           
 

Constructors in org.cyberlab.activity.local.task with parameters of type Unknown
AbstractMatchTask(AbstractGeneralActivity<?> activity, int uniqueID, Unknown obj)
           
LicovMatchTask(AbstractGeneralActivity<?> activity, int uniqueID, Unknown obj)
           
 

Uses of Unknown in org.cyberlab.recognition.local
 

Methods in org.cyberlab.recognition.local with parameters of type Unknown
static LocalModel<LICOVModel> LocalRecognitionTools.createLICOVmodel(Unknown obj1, Unknown obj2)
          Explanation on usage: LICOVrecognitionTools.createLICOVmodel(Unknown, Unknown)
static LocalModel<LICOVModel> LocalRecognitionTools.createLICOVmodel(Unknown obj1, Unknown obj2, LICOVcreatorOptions opts)
          Explanation on usage: LICOVrecognitionTools.createModel(Unknown, Unknown, LICOVcreatorOptions)
static void LocalRecognitionTools.knnMatch(double maxDistance, Unknown queryObject, Unknown trainObject, java.util.Map<org.opencv.core.Mat,java.util.Map<java.lang.Integer,java.lang.Integer>> result)
          Helper class to find descriptor matching Map.
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)
static java.util.List<java.util.List<org.opencv.features2d.DMatch>> LocalRecognitionTools.radiusMatch(float radius, LICOVModel model, Unknown obj)
          The radius matcher in OpenCV yields wrong results.
 

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

Methods in org.cyberlab.recognition.local.LICOV with parameters of type Unknown
static LICOVModel LICOVrecognitionTools.createLICOVmodel(Unknown obj1, Unknown obj2)
          Default (default LICOVcreatorOptions) method for creating a new LICOVModel from two Unknown.
static LICOVModel LICOVrecognitionTools.createModel(Unknown obj1, Unknown obj2, LICOVcreatorOptions opts)
          Same as createLICOVmodel(Unknown obj1, Unknown obj2) but allows for tweaking of creator parameters using LICOVcreatorOptions.
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.