--
You received this message because you are subscribed to the Google Groups "scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Unable to find vcvarsall.bat.
Any idea what it is? I googled and tried a lot of hacks, but still the same error. Any idea what it is?
Meanwhile, I will switch into Fedora for backprojection work !!!
Regards
--
You received this message because you are subscribed to the Google Groups "scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
But it makes another question : If scipy.ndimage is there and scikit is using scipy, what is the need of scikit-image ? scipy.ndimage itself is a good library.
On Apr 11, 2013 8:49 PM, "Jérôme Kieffer" <goo...@terre-adelie.org> wrote:
>
> On Wed, 10 Apr 2013 04:13:52 -0700 (PDT)
> abid rahman <abidr...@gmail.com> wrote:
>
> > Doesn't scikit-image has a 2d convolution function like cv2.filter2D in
> > OpenCV which enables convolution of an image (or any numpy array) with
> > custom kernel ?
>
> Convolution can be done in Fourier space, especially if the kernel is large ... I do that often, especially on nvidia GPU where FFT is for free.
SciPy also provides fftconvolve, for what it's worth.
Looking forward to seeing those opencl codes! (We have to reopen the backend discussion soon)
Stéfan
--
You received this message because you are subscribed to the Google Groups "scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
On Apr 17, 2013 5:53 AM, "abid rahman" <abidr...@gmail.com> wrote:
>
> I am sorry, what does PR means ? Never heard before.
It stands for "pull request".
Stéfan