
Hey Stefan.
Actually I don't know how these kind of filter banks compare with wavelets. They just seem kind of popular with computer vision people.
There is no wavelet filter bank in skimage, is there? I guess it would be easy enough to do with scipy, though.
By the way, you mentioned you are interested in matting. I'm working on the alphamatting.com dataset this week :)
OT: Sorry for not finishing up my segmentation PR. It is quite mature but I wanted to compare it to the standard implementations. But for that I need Lab color space conversions, which I didn't get around doing yet.
Cheers, Andy
On 07/17/2012 09:44 PM, St�fan van der Walt wrote:
Hey Andy
On Tue, Jul 17, 2012 at 10:38 AM, Andreas M�ller amueller@ais.uni-bonn.de wrote:
I put together some simple filterbank code here: http://peekaboo-vision.blogspot.co.uk/2012/07/filterbank-for-low-level-visio...
Interesting! How do those compare with wavelet filter banks?
(I happened to have dabbled in texture recognition before: http://mentat.za.net/msc_thesis.html . I didn't know that Zisserman's lab worked on that--interesting because they also did a lot of super-resolution, the topic of my PhD).
St�fan
P.S. Small typo: Andres -> Andrew Zisserman

Hey Andy
On Wed, Jul 18, 2012 at 2:28 AM, Andreas Mueller amueller@ais.uni-bonn.de wrote:
There is no wavelet filter bank in skimage, is there? I guess it would be easy enough to do with scipy, though.
No, but I recently saw some activity at:
https://github.com/nigma/pywt http://www.pybytes.com/pywavelets/
By the way, you mentioned you are interested in matting. I'm working on the alphamatting.com dataset this week :)
Ah, fantastic! Are you implementing their paper?
OT: Sorry for not finishing up my segmentation PR. It is quite mature but I wanted to compare it to the standard implementations. But for that I need Lab color space conversions, which I didn't get around doing yet.
I'll add Lab color space conversion to the todo list for Friday's SciPy sprint.
Stéfan
participants (2)
-
Andreas Mueller
-
Stéfan van der Walt