Package: opencv
Type: Package
Title: Bindings to 'OpenCV' Computer Vision Library
Version: 0.1
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), 
    email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289")))
Description: Experimenting with computer vision and machine learning in R. This 
    package exposes some of the available 'OpenCV' vision algorithms, such as edge, 
    body or face detection. These can either be applied to analyze static images,
    or to filter live video footage from a camera device.
License: MIT + file LICENSE
SystemRequirements: OpenCV: libopencv-dev (Debian, Ubuntu) or
        opencv-devel (Fedora)
URL: https://github.com/ropensci/opencv
BugReports: https://github.com/ropensci/opencv/issues
LinkingTo: Rcpp
Imports: Rcpp, magrittr
LazyData: true
Encoding: UTF-8
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-04-01 14:08:54 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2019-04-01 18:20:03 UTC
Built: R 3.5.3; x86_64-w64-mingw32; 2020-04-22 04:42:46 UTC; windows
Archs: i386, x64
