How can I get it?
Nadav
git remote -f add tonysyu git@github.com:tonysyu/scikits-image.git
git checkout -b convolution tonysyu/skimage-convolution
2011/12/23 Stéfan van der Walt <stefan@sun.ac.za>
On Thu, Dec 22, 2011 at 10:44 PM, Nadav Horesh <nadavh.horesh@gmail.com> wrote:We have a PR in the pipeline for doing really, really fast
> The application is not too sophisticated, and I do use numpy, scipy and
> skimage for all I need. The only problem is speed, I need the processing to
> be at l5-10 time faster. Convolutions take most of the processing time. I
> prefer a flexible solution that would speed up also common nonlinear filters
> (i.e. a median filter).
convolutions... but it needs a bit of work. Would you like to have a
look at it?
Stéfan