|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalMatch | |
---|---|
org.cyberlab.local.activity.task | |
org.cyberlab.local.recognition | |
org.cyberlab.local.recognition.LICOV |
Uses of LocalMatch in org.cyberlab.local.activity.task |
---|
Fields in org.cyberlab.local.activity.task with type parameters of type LocalMatch | |
---|---|
protected java.util.ArrayList<LocalMatch<E>> |
AbstractMatchTask.matches
|
Methods in org.cyberlab.local.activity.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.local.activity.task with type arguments of type LocalMatch | |
---|---|
protected void |
LicovMatchTask.onPostExecute(java.util.ArrayList<LocalMatch<LICOVMatch>> result)
|
Uses of LocalMatch in org.cyberlab.local.recognition |
---|
Methods in org.cyberlab.local.recognition 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.local.recognition.LICOV |
---|
Subclasses of LocalMatch in org.cyberlab.local.recognition.LICOV | |
---|---|
class |
LICOVMatch
The LICOVmatch object created after matching an Unknown with a LICOVmodel using match in LICOVrecognitionTools . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |