|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LICOVModel | |
---|---|
org.cyberlab.activity.local.task | |
org.cyberlab.recognition.local | |
org.cyberlab.recognition.local.LICOV | |
org.cyberlab.support |
Uses of LICOVModel in org.cyberlab.activity.local.task |
---|
Methods in org.cyberlab.activity.local.task that return types with arguments of type LICOVModel | |
---|---|
protected LocalModel<LICOVModel> |
CreateLicovModelTask.doInBackground(Unknown... arg0)
|
Method parameters in org.cyberlab.activity.local.task with type arguments of type LICOVModel | |
---|---|
protected void |
CreateLicovModelTask.onPostExecute(LocalModel<LICOVModel> result)
|
Constructor parameters in org.cyberlab.activity.local.task with type arguments of type LICOVModel | |
---|---|
CreateLicovModelTask(AbstractGeneralActivity<AbstractCreateModelActivity<LICOVModel>> activity,
int uniqueID)
|
Uses of LICOVModel in org.cyberlab.recognition.local |
---|
Methods in org.cyberlab.recognition.local that return types with arguments of type LICOVModel | |
---|---|
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) |
Methods in org.cyberlab.recognition.local with parameters of type LICOVModel | |
---|---|
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. |
Method parameters in org.cyberlab.recognition.local with type arguments of type LICOVModel | |
---|---|
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 LICOVModel in org.cyberlab.recognition.local.LICOV |
---|
Methods in org.cyberlab.recognition.local.LICOV that return LICOVModel | |
---|---|
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 . |
Methods in org.cyberlab.recognition.local.LICOV with parameters of type LICOVModel | |
---|---|
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 . |
Uses of LICOVModel in org.cyberlab.support |
---|
Methods in org.cyberlab.support that return LICOVModel | |
---|---|
static LICOVModel |
FileStorage.loadLICOVmodel(byte[] bytes)
Load LICOVmodel from byte array |
static LICOVModel |
FileStorage.loadLICOVmodel(java.io.File file)
Loads LICOmodel from file. |
Methods in org.cyberlab.support with parameters of type LICOVModel | |
---|---|
static boolean |
FileStorage.saveLICOVmodel(java.io.File file,
LICOVModel lm)
Saves LICOmodel to file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |