Learn R Programming

RsimMosaic (version 1.0.2)

R Simple IMage Mosaic creation library

Description

This package 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).

Copy Link

Version

Install

install.packages('RsimMosaic')

Monthly Downloads

441

Version

1.0.2

License

GPL (>= 2)

Last Published

August 23rd, 2014

Functions in RsimMosaic (1.0.2)

removeTile

Remove a tile from the tile library
computeStatisticalQuantitiesPixel

A function to compute the pixel data in a certain parameter space
computeStatisticalQuantitiesTile

A function to compute the tile data in a certain parameter space
addBackTile

Add a tile back to the tile library
composeMosaicFromImageRegular

Regularly transform an image into a mosaic
createLibraryIndexDataFrame

A function to create the tile library data frame
RsimMosaic-package

R Simple IMage Mosaic creation library
getCloseMatch

Get a tile which is a close match for a pixel in the parameter space
createTiles

Tile creation from a folder of images
bilinearInterpolator

A function to perform bilinar interpolation
composeMosaicFromImageRandom

Randomly transform an image into a mosaic