Re: [Tutor] Image i/o in python

2017-07-16 Thread Alan Gauld via Tutor
On 16/07/17 17:13, D.V.N.Sarma డి.వి.ఎన్.శర్మ wrote: > In python we have a set of imread and imshow in skimage. In matplotlib.image > we again have imreadand imshow functions. In scipy.misc we again have > another set imread and imshow. Are there anyfunctional differences between > these multiple s

Re: [Tutor] Image i/o in python

2017-07-16 Thread Mats Wichmann
On 07/16/2017 10:13 AM, D.V.N.Sarma డి.వి.ఎన్.శర్మ wrote: > In python we have a set of imread and imshow in skimage. In matplotlib.image > we again have imreadand imshow functions. In scipy.misc we again have > another set imread and imshow. Are there anyfunctional differences between > these multi

[Tutor] Image i/o in python

2017-07-16 Thread D . V . N . Sarma డి . వి . ఎన్ . శర్మ
In python we have a set of imread and imshow in skimage. In matplotlib.image we again have imreadand imshow functions. In scipy.misc we again have another set imread and imshow. Are there anyfunctional differences between these multiple sets to justify their presence? … regards, Sarma. ___