|
FVision: A Declarative Language for Visual Tracking
Abstract
Functional programming languages are not generally associated with computationally intensive tasks such as computer vision. We show that a declarative programming language like Haskell is effective for describing complex visual tracking systems. We have taken an existing C++ library for computer vision, called XVision, and used it to build FVision (pronounced ``fission''), a library of Haskell types and functions that provides a high-level interface to the lower-level XVision code. Using functional abstractions, users of FVision can build and test new visual tracking systems rapidly and reliably. The use of Haskell does not degrade system performance: computations are dominated by low-level calculations expressed in C++ while the Haskell ``glue code'' has a negligible impact on performance.
@InProceedings{Peterson2001,
author = "John Peterson and Paul Hudak and Alastair Reid
and Greg Hager",
title = "{FV}ision: A Declarative Language for Visual Tracking",
booktitle = "Proceedings of {PADL'01}: 3rd International Workshop on
Practical Aspects of Declarative Languages",
pages = "304--321",
month = jan,
year = 2001,
}
Download
|