rosikand / rsbox

📦 A toolbox of utility functions I commonly use when programming in Python.
MIT License
0 stars 0 forks source link

Add image tiler for high resolution images #3

Open rosikand opened 2 years ago

rosikand commented 2 years ago

Use the tiler package to create functions such as:

tiles = ml.get_tiles(image, tile_shape) and reconstructed_image = ml.reconstruct_from_tiles(tiles)