patchify.py
patchify.py copied to clipboard
Allow unpatchify with nonuniform step size
skimage will have the step size of the last patch reduced if it is not possible to create patches with a uniform step size. unpatchify should relax the uniform step size assumption. related #5.