DocumentCode :
2406376
Title :
Programming a pipelined image processor
Author :
Olson, Thomas J. ; Lockwood, Robert J. ; Taylor, John R.
Author_Institution :
Dept. of Comput. Sci., Univ. of Virginia, Charlottesville, VA, USA
fYear :
1993
fDate :
15-17 Dec 1993
Firstpage :
93
Lastpage :
100
Abstract :
This paper describes a software system that we have developed to simplify the task of programming the DataCube MV20 image processor. The system presents an abstract view of the hardware´s capabilities, allowing the programmer to focus on the computation to be performed rather than the manipulations needed to map the computation onto the hardware. Because it is based on an abstract model of the hardware, the system could be supported on other architectures as well. The core of the programming system is VEIL. a C++ library that provides a dataflow abstraction for programming the underlying machine. VEIL represents computations as directed graphs whose nodes are standard image processing operators (add, subtract, convolve, etc), and whose arcs represent communications channels. User programs construct VEIL graphs procedurally, by calling functions that instantiate nodes and link their inputs and outputs as needed. VEIL automatically maps the nodes and arcs of the graph onto the underlying hardware, breaking the graph into subgraphs if the computation is too complex to be performed in a single cycle
Keywords :
pipeline processing; C++ library; DataCube MV20 image processor; VEIL; abstract model; communications channels; dataflow abstraction; directed graphs; programming system; Autonomous agents; Computer architecture; Computer languages; Computer vision; Graphical user interfaces; Hardware; Libraries; Programming profession; Robot programming; Robot vision systems;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Computer Architectures for Machine Perception, 1993. Proceedings
Conference_Location :
New Orleans, LA
Print_ISBN :
0-8186-5420-1
Type :
conf
DOI :
10.1109/CAMP.1993.622462
Filename :
622462
Link To Document :
بازگشت