Package org.cyberlab.activity.local.task

Class Summary
AbstractCreateModelTask<E> Task implementing common functionality required for worker tasks creating new models.
AbstractMatchTask<E> Task implementing common functionality required for worker tasks matching Unknown objects with LocalModel objects in the system.
AbstractWorkerTask<Params,Result> Abstract task for common handling of tasks performing image feature extraction, model creation and matching.
CreateLicovModelTask Creates a LICOVModel using two Unknown objects created by using the same feature and descriptor type.
CreateUnknownTask Creates an Unknown object from an image.
LicovMatchTask Performs LICOV matching on an Unknown object and a list of LICOVModel.
TaskManager Task manager, implemented using Singelton pattern, for AbstractWorkerTasks allowing for persistence of tasks if activities are restarted.