SCM Repository
View of /branches/pure-cfg/doc/report/intro.tex
Parent Directory
|
Revision Log
Revision 940 -
(download)
(as text)
(annotate)
Fri Apr 22 13:58:20 2011 UTC (9 years, 11 months ago) by jhr
File size: 1024 byte(s)
Fri Apr 22 13:58:20 2011 UTC (9 years, 11 months ago) by jhr
File size: 1024 byte(s)
Update grammar in report to match implementation
%!TEX root = report.tex % \chapter{Introduction} Diderot is a domain-specific language for programming image analysis algorithms on parallel hardware. It supports a high-level programming model based on the mathematics of continuous tensor fields that are reconstructed from discrete image-data sets (\eg{}, MRI data). Diderot is also designed to be implemented on parallel hardware. \section{Basic concepts} The design of Diderot is based on three core concepts: image data, the continuous fields that are reconstructed from them, and the strands that represent the computations over the fields. We give a high-level overview of these in this section. \subsection{Images} \subsection{Fields} \subsection{Actors} \section{Diderot by example} % include VR-lite example here \begin{figure}[p] \begin{quote} \lstset{ basicstyle=\ttfamily\footnotesize\color{Blue}, language=Diderot} \input{vr-lite} \end{quote}% \caption{A simple volume renderer in Diderot} \label{fig:vr-lite} \end{figure}%
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |