Package: OpenImageR
Type: Package
Title: An Image Processing Toolkit
Version: 1.0
Imports: Rcpp (>= 0.12.5), shiny, jpeg, png, tiff, utils
Date: 2016-07-06
Authors@R: c( person("Lampros", "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre")), person("Sight", "Machine", role = "cph", comment = "findHOGFeatures function of the SimpleCV computer vision platform"), person("Johannes", "Buchner", role = "cph", comment = "average_hash, dhash and phash functions of the ImageHash python library") )
Description: Incorporates functions for image preprocessing, filtering and image recognition. The package takes advantage of 'RcppArmadillo' to speed up computationally intensive functions. The histogram of oriented gradients descriptor is a modification of the 'findHOGFeatures' function of the 'SimpleCV' computer vision platform and the average_hash(), dhash() and phash() functions are based on the 'ImageHash' python library.
License: GPL-3
Copyright: See file inst/COPYRIGHT
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat, knitr, rmarkdown, grid
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-07-07 09:59:53 UTC; lampros
Author: Lampros Mouselimis [aut, cre],
  Sight Machine [cph] (findHOGFeatures function of the SimpleCV computer
    vision platform),
  Johannes Buchner [cph] (average_hash, dhash and phash functions of the
    ImageHash python library)
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Repository: CRAN
Date/Publication: 2016-07-07 15:54:10
