|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LICOVMatch | |
---|---|
org.cyberlab.local.activity.task | |
org.cyberlab.local.recognition | |
org.cyberlab.local.recognition.LICOV |
Uses of LICOVMatch in org.cyberlab.local.activity.task |
---|
Methods in org.cyberlab.local.activity.task that return types with arguments of type LICOVMatch | |
---|---|
protected java.util.ArrayList<LocalMatch<LICOVMatch>> |
LicovMatchTask.doInBackground(LocalModel<?>... arg0)
|
Method parameters in org.cyberlab.local.activity.task with type arguments of type LICOVMatch | |
---|---|
protected void |
LicovMatchTask.onPostExecute(java.util.ArrayList<LocalMatch<LICOVMatch>> result)
|
Uses of LICOVMatch in org.cyberlab.local.recognition |
---|
Methods in org.cyberlab.local.recognition 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.local.recognition.LICOV |
---|
Methods in org.cyberlab.local.recognition.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |