R Simple Image Mosaic Creation Library
Add a tile back to the tile library
A function to perform bilinar interpolation
Randomly transform an image into a mosaic
Randomly transform an image into a mosaic optimizing the library usage
Regularly transform an image into a mosaic
A function to compute the pixel data in a certain parameter space
A function to compute the tile data in a certain parameter space
A function to create the tile library data frame
Tile creation from a folder of images
Get a tile which is a close match for a pixel in the parameter space
Remove a tile from the tile library
R Simple IMage Mosaic creation library
Provides a way to transform an image into a mosaic composed from a set of smaller images (tiles). It also contains a simple function for creating the tiles from a folder of images directly through R, without the need of any external code. At this moment only the JPEG format is supported, either as input (image and tiles) or output (mosaic transformed image).