I need to shear and skew some images using Python. I've come across this skimage module but I don't really understand how I'm supposed to use this.
I've tried a few things which ended up in errors, because I realized later that I wasn't passing in my image to the function. I then noticed that the function doesn't take my image as an input parameter in the first place. So, how should the transformation be applied? Or, is this not the correct function to be looking at in order to skew or shear an image?