Discussion:
scipy.ndimage filters
Stuart Axon
2010-05-31 22:10:55 UTC
Permalink
http://blenderartists.org/forum/showthread.php?t=163361


This looks pretty interesting; once things are working a bit better I might investigate a way of inserting filters like this into the render queue somehow.

S++
ricardo lafuente
2010-05-31 22:18:19 UTC
Permalink
Hmm, that kind of math looks pretty alien to me :-)

I was thinking that maybe numpy could be interesting for matrix
manipulation, instead of handing it to Cairo. OTOH, i think that
Francesco tried this and that it actually became slower...
Post by Stuart Axon
http://blenderartists.org/forum/showthread.php?t=163361
This looks pretty interesting; once things are working a bit better I might investigate a way of inserting filters like this into the render queue somehow.
S++
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon
2010-05-31 22:21:12 UTC
Permalink
The maths looks alien to me too, I was kind of thinking of taking the filters people
had made already as a start.

Not entirely sure how to do them clipped to a path (I guess could use cairo masks somehow).


S++



----- Original Message ----
Sent: Mon, May 31, 2010 11:18:19 PM
Subject: Re: [shoebot-devel] scipy.ndimage filters
Hmm, that kind of math looks pretty alien to me :-)
I was thinking that
maybe numpy could be interesting for matrix
manipulation, instead of handing
it to Cairo. OTOH, i think that
Francesco tried this and that it actually
became slower...
http://blenderartists.org/forum/showthread.php?t=163361
This looks pretty interesting; once things are working a bit better I might
investigate a way of inserting filters like this into the render queue
somehow.
S++
_______________________________________________
Shoebot-devel mailing
list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
_______________________________________________
Shoebot-devel
mailing list
href="http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net"
target=_blank
Post by Stuart Axon
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
francesco fantoni
2010-06-01 07:04:58 UTC
Permalink
Yes, I had actually a branch with transform matrix handled by numpy, but
it didn't look too promising: it was slower than the cairo one we had at
that time, though I must admit I am not probably very clever with numpy,
and maybe there was some wiser trick I didn't think of :)

francesco
Post by ricardo lafuente
I was thinking that maybe numpy could be interesting for matrix
manipulation, instead of handing it to Cairo. OTOH, i think that
Francesco tried this and that it actually became slower...
Stuart Axon
2010-06-01 16:55:36 UTC
Permalink
I think numpy might be better when you want to transform a whole load of matrices in one go.
Post by francesco fantoni
Yes, I had actually a branch with transform matrix handled by numpy, but
it didn't look too promising: it was slower than the cairo one we had at
that time, though I must admit I am not probably very clever with numpy,
and maybe there was some wiser trick I didn't think of :)
francesco
Post by ricardo lafuente
I was thinking that maybe numpy could be interesting for matrix
manipulation, instead of handing it to Cairo. OTOH, i think that
Francesco tried this and that it actually became slower...
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Loading...