[SciPy-user] Questions about Line Integral Convolution tutorial

David Huard david.huard at gmail.com
Mon Nov 24 15:27:38 EST 2008


What about the following interface:

line_integral_convolution(u, v, texture=None, kernel=None)

with identical shapes for u, v and texture, and simple defaults for texture
(white noise) and kernel (box of length max(u.shape)//10) ?

David

On Mon, Nov 24, 2008 at 3:23 PM, Anne Archibald
<aarchiba at physics.mcgill.ca>wrote:

> 2008/11/24 Bridgman, William T. <William.T.Bridgman at nasa.gov>:
>
> > I had found the Cabral reference, as well as a few others that
> > described either different algorithms or described them in radically
> > different notation.
>
> I implemented my code based on the Cabral reference. Currently it does
> not quite do everything they recommend.
>
> > Transposing the texture solved my crashing problem.  That seems kind
> > of counter-intuitive.  Perhaps it could be noted in the docs somewhere
> > or changed in the interface?
>
> Looks like a bug. Indeed I only tested my code with square arrays. It
> wasn't really ready for release, but there was some interest, and I
> have no time at all to work on it just now.
>
> Anne
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20081124/2314dbe2/attachment.html>


More information about the SciPy-User mailing list