Package: RsimMosaic 1.0.3
RsimMosaic: 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).
Authors:
RsimMosaic_1.0.3.tar.gz
RsimMosaic_1.0.3.zip(r-4.5)RsimMosaic_1.0.3.zip(r-4.4)RsimMosaic_1.0.3.zip(r-4.3)
RsimMosaic_1.0.3.tgz(r-4.4-any)RsimMosaic_1.0.3.tgz(r-4.3-any)
RsimMosaic_1.0.3.tar.gz(r-4.5-noble)RsimMosaic_1.0.3.tar.gz(r-4.4-noble)
RsimMosaic_1.0.3.tgz(r-4.4-emscripten)RsimMosaic_1.0.3.tgz(r-4.3-emscripten)
RsimMosaic.pdf |RsimMosaic.html✨
RsimMosaic/json (API)
# Install 'RsimMosaic' in R: |
install.packages('RsimMosaic', repos = c('https://algolkm.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 8 years agofrom:d53e6ec362. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | NOTE | Oct 25 2024 |
R-4.5-linux | NOTE | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:addBackTilebilinearInterpolatorcomposeMosaicFromImageRandomcomposeMosaicFromImageRandomOptimcomposeMosaicFromImageRegularcomputeStatisticalQuantitiesPixelcomputeStatisticalQuantitiesTilecreateLibraryIndexDataFramecreateTilesgetCloseMatchremoveTile
Readme and manuals
Help Manual
Help page | Topics |
---|---|
R Simple IMage Mosaic creation library | RsimMosaic-package RsimMosaic |
Add a tile back to the tile library | addBackTile |
A function to perform bilinar interpolation | bilinearInterpolator |
Randomly transform an image into a mosaic | composeMosaicFromImageRandom |
Randomly transform an image into a mosaic optimizing the library usage | composeMosaicFromImageRandomOptim |
Regularly transform an image into a mosaic | composeMosaicFromImageRegular |
A function to compute the pixel data in a certain parameter space | computeStatisticalQuantitiesPixel |
A function to compute the tile data in a certain parameter space | computeStatisticalQuantitiesTile |
A function to create the tile library data frame | createLibraryIndexDataFrame |
Tile creation from a folder of images | createTiles |
Get a tile which is a close match for a pixel in the parameter space | getCloseMatch |
Remove a tile from the tile library | removeTile |