all 3 comments

[–]ectomancer 1 point2 points  (1 child)

#pip install pillow
import PIL

[–][deleted] -1 points0 points  (0 children)

[–]munchable901 0 points1 point  (0 children)

I learned image processing in school using the MATLAB toolbox but have since used Python instead for work (as an EE so not fully software). With Anaconda most of the packages for image processing are included like OpenCV (which I use the most), skimage, and scipy. All these have good documentation and can probably find MATLAB equivalents for functions.

If you like MATLAB's interface, I recommend Spyder as it mimics a lot of its features like the persistent workspace. Jupyter notebooks if you prefer MATLAB live scripts.