![license](https://img.shields.io/badge/license-MIT + file LICENSE-lightgrey.svg) Last-changedate lifecycle Travis build status Coverage status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ImageTools

ImageTools is intended to be a convenience package of functions for working with images.

Installation

You can install the released version of ImageTools from CRAN with:

install.packages("ImageTools")

Example

This is a basic example which shows you how to solve a common problem:

library(imager)
library(ImageTools)
res <- all_slices(boats, size = c(128, 128), delta = c(32, 32))

par(mfrow = c(3, 4))
plot(as.imlist(res$img)[1:12])


srvanderplas/ImageTools documentation built on May 13, 2019, 1:19 p.m.