victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 409 forks source link

image toolbox? #87

Open retsyo opened 8 years ago

retsyo commented 8 years ago

I use image toolbox often, so is there a way to translate such toolbox into python? Thanks

victorlei commented 8 years ago

Do you think you will be able to put aside some time so that we work on this together?

בתאריך 16 בספט׳ 2016 19:33,‏ "retsyo" notifications@github.com כתב:

I use image toolbox often, so is there a way to translate such toolbox into python? Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/victorlei/smop/issues/87, or mute the thread https://github.com/notifications/unsubscribe-auth/AEhsG39ujdZbW9CFqq1r1-1yfcvvhZfMks5qqsTUgaJpZM4J_Hwy .

RobBW commented 8 years ago

I looked briefly at this question recently and for what its worth here is my summary of a brief enquiry using Google.

Matlab alternative Google search on the phrase "alternatives to Matlab's image processing toolkit" found the following:

http://stackoverflow.com/questions/3319355/alternatives-to-matlabs-image-processing-toolkit http://stackoverflow.com/questions/94875/image-processing-in-python

http://opensourceforu.com/2012/04/exploring-software-scientific-python-and-image-processing/ http://opensourceforu.com/2012/04/exploring-software-scientific-python-and-image-processing/

DIPimage - C code library http://www.diplib.org/dipimage https://au.mathworks.com/matlabcentral/answers/109187-dipimage-what-is-your-experience http://www.diplib.org/documentation

Octave http://octave.sourceforge.net/image/index.html http://octave.sourceforge.net/image/overview.html http://octave.sourceforge.net/image/overview.html

Seems to me the first thing to do is to draw up a map of the correspondences between image toolbox functions and those of OpenCV, skimage( http://skimage.org) and Mahotas. This will give some idea of the scope of the task ahead.

N.B. Mahotas has the most straightforward file I/O commands for a Matlab user. See: http://luispedro.org/software/imread/

Regards Rob

RobBWilkinson@gmail.com

Please note my changed email address

On 17/09/2016, at 04:42, victorlei notifications@github.com wrote:

Do you think you will be able to put aside some time so that we work on this together?

בתאריך 16 בספט׳ 2016 19:33,‏ "retsyo" notifications@github.com כתב:

I use image toolbox often, so is there a way to translate such toolbox into python? Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/victorlei/smop/issues/87, or mute the thread https://github.com/notifications/unsubscribe-auth/AEhsG39ujdZbW9CFqq1r1-1yfcvvhZfMks5qqsTUgaJpZM4J_Hwy .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/victorlei/smop/issues/87#issuecomment-247649047, or mute the thread https://github.com/notifications/unsubscribe-auth/AGLYJj9PV2Vfk-oIHOdv997uUPAol4sAks5qqscNgaJpZM4J_Hwy.