/[gzz]/manuscripts/Paper/paper.tex
ViewVC logotype

Diff of /manuscripts/Paper/paper.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by tjl, Tue Mar 18 08:00:10 2003 UTC revision 1.30 by jvk, Tue Mar 18 09:23:34 2003 UTC
# Line 1  Line 1 
1  \documentclass[twocolumn]{article}  \documentclass[twocolumn]{IV03}
2  \usepackage[latin1]{inputenc}  \usepackage[latin1]{inputenc}
3  % \usepackage{times}  % \usepackage{times}
4  \usepackage{concmath}  %\usepackage{concmath}
5  \usepackage[english]{babel}  \usepackage[english]{babel}
6    
7  \usepackage{graphicx}  \usepackage{graphicx}
# Line 9  Line 9 
9  \newcommand{\url}[1]{{\fontsize{9pt}{8pt}\fontfamily{phv}\fontseries{c}\selectfont{#1}}}  \newcommand{\url}[1]{{\fontsize{9pt}{8pt}\fontfamily{phv}\fontseries{c}\selectfont{#1}}}
10  \newcommand{\hyp}{\discretionary{}{}{}}  \newcommand{\hyp}{\discretionary{}{}{}}
11    
12    \newif\ifpics
13    \picstrue
14    
15  \title{Rendering recognizably unique textures}  \title{Rendering recognizably unique textures}
16  % Representing Identity  % Representing Identity
# Line 266  Statistical modeling of textures as samp Line 268  Statistical modeling of textures as samp
268  distribution on a random field as already seen in \cite{julesz62visualpattern}  distribution on a random field as already seen in \cite{julesz62visualpattern}
269  in a simple form.  in a simple form.
270  The most popualar computational approach is Markov random fields  The most popualar computational approach is Markov random fields
271  \cite{cross83markov, geman84stochastic}, where the value of each pixel  \cite{cross83markov,geman84stochastic}, where the value of each pixel
272  depends only on the values of its neighborhood (local characteristics).  depends only on the values of its neighborhood (local characteristics).
273  XXX: resolution-dependency?  XXX: resolution-dependency?
274    
# Line 518  structure facilitates recognition. Line 520  structure facilitates recognition.
520  \begin{figure}  \begin{figure}
521  \centering  \centering
522  %\fbox{\vbox{\vskip 3in}}  %\fbox{\vbox{\vskip 3in}}
523  % \includegraphics{perceptual-model}  \ifpics
524    \includegraphics{perceptual-model}
525    \fi
526  \caption{  \caption{
527  \label{fig-perceptual}  \label{fig-perceptual}
528  The qualitative model of visual perception used to create  The qualitative model of visual perception used to create
# Line 700  Fig.~\ref{figpipeline}. Line 704  Fig.~\ref{figpipeline}.
704    
705    
706  \begin{figure}[htbp]  \begin{figure}[htbp]
707  % \includegraphics[width=\linewidth]{pipe.1}  \ifpics
708    \includegraphics[width=\linewidth]{pipe.1}
709    \fi
710  \caption{\label{figpipeline}  \caption{\label{figpipeline}
711  The parameter hierarchy in our implementation.  The parameter hierarchy in our implementation.
712  See text for explanations.  See text for explanations.
# Line 989  textures selected. Line 995  textures selected.
995    
996  \begin{figure*}  \begin{figure*}
997  \centering  \centering
998  % \includegraphics[height=10cm]{multipaper.ps}  \ifpics
999    \includegraphics[height=10cm]{multipaper.ps}
1000    \fi
1001  \caption{  \caption{
1002  \label{fig-examples}  \label{fig-examples}
1003  A number of unique backgrounds generated by our system.  A number of unique backgrounds generated by our system.
# Line 1000  in 20 ms on a GeForce4 Ti 4200 in a 1024 Line 1008  in 20 ms on a GeForce4 Ti 4200 in a 1024
1008    
1009  \begin{figure}  \begin{figure}
1010  \centering  \centering
1011  % \includegraphics[height=5cm]{paperbasistex.ps}  \ifpics
1012    \includegraphics[height=5cm]{paperbasistex.ps}
1013    \fi
1014  \caption{  \caption{
1015  \label{fig-basis}  \label{fig-basis}
1016  The complete set of 2D basis textures used by our implementation.  The complete set of 2D basis textures used by our implementation.
# Line 1012  the corresponding HILO textures for offs Line 1022  the corresponding HILO textures for offs
1022  \begin{figure}  \begin{figure}
1023  \centering  \centering
1024  \def\w{4cm}  \def\w{4cm}
1025  % \includegraphics[width=\w]{texcomb_a.ps}%  \ifpics
1026  % \includegraphics[width=\w]{texcomb_b.ps}\\  \includegraphics[width=\w]{texcomb_a.ps}%
1027  % \includegraphics[width=\w]{texcomb_c.ps}%  \includegraphics[width=\w]{texcomb_b.ps}\\
1028  % \includegraphics[width=\w]{texcomb_d.ps}  \includegraphics[width=\w]{texcomb_c.ps}%
1029    \includegraphics[width=\w]{texcomb_d.ps}
1030    \fi
1031  \caption{  \caption{
1032  \label{fig-regcomb}  \label{fig-regcomb}
1033  How the limited register combiners of the NV10 architecture  How the limited register combiners of the NV10 architecture
# Line 1044  Currently, we use 3 passes on the NV10 a Line 1056  Currently, we use 3 passes on the NV10 a
1056  \begin{figure*}  \begin{figure*}
1057  \centering  \centering
1058  \def\xuw{14cm}  \def\xuw{14cm}
1059  % \includegraphics[width=\xuw]{xupdf1.ps}  \ifpics
1060  % \includegraphics[width=\xuw]{xupdf2.ps}  \includegraphics[width=\xuw]{xupdf1.ps}
1061    \includegraphics[width=\xuw]{xupdf2.ps}
1062    \fi
1063  \caption{  \caption{
1064  \label{figxanalogicalexample}  \label{figxanalogicalexample}
1065  Two different views of a structure of PDF documents viewed in a focus+context view.  Two different views of a structure of PDF documents viewed in a focus+context view.

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26