1 | initial version |
Thank you this example works, but what about if my image is not Lena.png (I put that like example). If I put something like this:
I=misc.imread(DATA+'myexample.png') and put the rest of Your code I got "TypeError: mat must be a Matrix or a two dimensional array".
My image is color image so it's 3D. How I can easy convert to 2D?
Thank you in advance!