I created a PR here: https://github.com/scikit-image/scikit-image/ pull/1425
On Thursday, March 12, 2015 at 7:48:35 PM UTC-5, Josh Warner wrote:We have Gabor filters implemented in `skimage.filters`, but IMO I'd be open to adding alternative perceptual filters.Looks like nice clean work!
On Thursday, March 12, 2015 at 7:29:18 PM UTC-5, Dzung Nguyen wrote:Hi all,I implemented Steerable pyramid (similar to Gabor transform). Would skimage community be interested in this? I am thinking of adding API for image transforms, and have all popular transform out there? (orthogonal, Gabor, steerable etc)