Newsgroups: sci.image.processing
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!EU.net!sun4nl!sci.kun.nl!cs.kun.nl!henkjan
From: henkjan@cs.kun.nl (Henk-Jan Huisman)
Subject: Grey-value line draw algorithm
Message-ID: <CxB9zF.401@sci.kun.nl>
Keywords: line drawing interpolation
Sender: news@sci.kun.nl (News owner)
Nntp-Posting-Host: zeus.cs.kun.nl
Organization: University of Nijmegen, The Netherlands
X-Newsreader: NN version 6.4.19
Date: Fri, 7 Oct 1994 16:33:14 GMT
Lines: 14

We all know Bresenham's famous line drawing
algorithm. It draws straight lines with one
colour. An extension would be to interpolate
grey values with it. Currently I am working
on a fast algorithm for converting polar
format grey-value images to rectangular format
images. 

Does anybody know if there would exist such an
extension to Bresenham's algortihm? Or are
there any other suggestions?



