OpenVL is the future of developer-friendly computer vision - existing vision frameworks provide access at a very low level, such as individual algorithm names (often named after their inventor), while OpenVL provides a higher-level abstraction to hide the details of sophisticated vision techniques: developers use a task-centred API to supply a description of the problem, and OpenVL interprets the description and provides a solution.

The OpenVL computer vision abstraction will support hardware acceleration and multiple platforms (mobile, cloud, desktop, console), and therefore also allows vendor-specific implementations. We are committed to making it an open API available to everyone (and hope to make it an open standard); Continue reading...
Colour
Texture
Face Front
Face Profile
@InCollection{Miller:ICVS2011,
    author = {Gregor Miller and Steve Oldridge and Sidney Fels},
    title = {Towards a General Abstraction Through Sequences of Conceptual Operations},
    booktitle = {Proceedings of the 8th International Conference on Computer Vision Systems (ICVS)},
    series = {Lecture Notes in Computer Science},
    pages = {183--192},
    volume = {6962},
    month = {September},
    year = {2011},
    publisher = {Springer},
    address = {Berlin / Heidelberg, Germany},
    isbn = {978-3-642-23967-0},
    location = {Sophia-Antipolis, France},
    doi = {http://dx.doi.org/10.1007/978-3-642-23968-7_19},
    url = {http://www.openvl.org/papers.php?id=Miller:ICVS2011}
}