enthought / blusky

BluSky
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Create a system for automatically padding tiles 2-d #14

Open blasscoc opened 5 years ago

blasscoc commented 5 years ago

Tiles need to be padded to avoid edge effects, create a system to do this.

blasscoc commented 5 years ago

This needs to be done with "reflect" to ensure there are not edge effects. Automatically decide the size of the padding.

blasscoc commented 5 years ago

If we apply mirroring, the for image size NxN, the padded image will be: Nim = 2 * N;