Re: [scikit-image] 回复: Numba on pypi

2017-07-13 Thread Stefan van der Walt
Hi Thomas On Thu, Jul 13, 2017, at 01:04, Thomas Walter via scikit-image wrote: > A question to Stéfan: would this mean that you would remove all cython code > from scikit-image or would numba just be another option? I think we'd probably keep both around; one of the advantages of this

Re: [scikit-image] 回复: Numba on pypi

2017-07-13 Thread Thomas Walter via scikit-image
Hi YXDragon, just a word on some aspect you mention: > the local_max has not a tolerance, so the result is too massy, then do a watershed end with too many fragments..., The definition that underlies this function is: "A local maximum is a region of constant grey level strictly greater than

[scikit-image] 回复: Numba on pypi

2017-07-13 Thread imagepy
Hi Stéfan: I appreciate Numba. for sometimes, we must do a 'for' in our python code, but just a 'for' with a 'if', It is fussy to compile a so/dll or write cython. Numba is very portable, and can run anywhere, just need to install numba and llvmlite. (That means our package could be a