dovahcrow / patchify.py

A library that helps you split image into small, overlappable patches, and merge patches into original image.
MIT License
211 stars 25 forks source link

Allow unpatchify with nonuniform step size #6

Open dovahcrow opened 4 years ago

dovahcrow commented 4 years ago

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.