OpenImageR
The OpenImageR package is an image processing library. It includes functions for image preprocessing, filtering and image recognition. More details on the functionality of OpenImageR can be found in the package Vignette.
To install the package from CRAN use,
install.packages("OpenImageR")
and to download the latest version from Github use the install_github function of the devtools package,
devtools::install_github('mlampros/OpenImageR')
Use the following link to report bugs/issues,