Implementation of imtool for skimage
Someone developing this? i will start a project to develop a lot of image functions from MATLAB and i want know who is working in this field.
Hi Darleison, Many of the functions in the imaging toolbox are already in scikit-image. If you implement additional functions, they would be very welcome in scikit-image! See http://scikit-image.org/docs/stable/contribute.html Please note this though: the code from Matlab, though sometimes visible, is *not* available under an open source license. That means that if you look at it and simply port it to Python, it is *illegal* to include it in scikit-image. When you write functions to match Matlab functionality, you have to write them from first principles, not from looking at the Matlab code. (Disclaimer: I am not a lawyer, but that is my interpretation and I think it matches the scikit-image policy. Others might chime in with different opinions.) Juan. On Thu, Nov 19, 2015 at 9:59 AM, Darleison Rodrigues <darleison.f@gmail.com> wrote:
Someone developing this? i will start a project to develop a lot of image functions from MATLAB and i want know who is working in this field.
-- 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+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
participants (2)
-
Darleison Rodrigues
-
Juan Nunez-Iglesias