SCM Repository
View of /trunk/doc/report/intro.tex
Parent Directory
|
Revision Log
Revision 335 -
(download)
(as text)
(annotate)
Fri Aug 20 18:45:55 2010 UTC (10 years, 6 months ago) by jhr
File size: 1023 byte(s)
Fri Aug 20 18:45:55 2010 UTC (10 years, 6 months ago) by jhr
File size: 1023 byte(s)
Working on report
%!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 actors 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 |