Developer-Friendly Segmentation using OpenVL, a High-Level Task-Based Abstraction
Gregor Miller, Daesik Jang and Sidney Fels
Developer-Friendly Segmentation using OpenVL, a High-Level Task-Based Abstraction Research into computer vision techniques has far outpaced the development of interfaces (such as APIs) to support the techniques' accessibility, especially to developers who are not experts in the field. We present a new interface, specifically for segmentation methods, designed to be application-developer-friendly while retaining sufficient power and flexibility to solve a wide variety of problems. The interface presents segmentation at a higher level (above algorithms) and uses a task-based description derived from definitions of low-level segmentation. We show that through interpretation, the description can be used to invoke an appropriate method to provide the developer's requested result. Our proof-of-concept implementation interprets the model description and invokes one of six segmentation methods with automatically derived parameters, which we demonstrate on a range of segmentation tasks. We also discuss how the concepts presented for segmentation may be extended to other computer vision problems.

Presented at the IEEE Workshop on User-Centred Computer Vision at the Winter Vision Meetings in Tampa, January 2013.

BibTeX
@InProceedings{Miller:UCCV2013,
    author = {Gregor Miller and Daesik Jang and Sidney Fels},
    title = {Developer-Friendly Segmentation using {OpenVL}, a High-Level Task-Based Abstraction},
    booktitle = {Proceedings of the 1st IEEE Workshop on User-Centred Computer Vision (UCCV)},
    series = {WVM'13},
    pages = {31--36},
    month = {January},
    year = {2013},
    publisher = {IEEE},
    address = {New York City, New York, U.S.A.},
    isbn = {978-1-4673-5675-6},
    location = {Tampa, Florida, U.S.A.},
    doi = {http://dx.doi.org/10.1109/UCCV.2013.6530805},
    url = {http://www.openvl.org.uk/Publications/Publication.php?id=Miller:UCCV2013}
}