Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| Package: Rvision | |
| Type: Package | |
| Title: Basic Computer Vision Library | |
| Version: 0.4.0 | |
| Authors@R: c( | |
| person("Simon", "Garnier", email = "garnier@njit.edu", role = c("aut", "cre"), | |
| comment = c(ORCID = "0000-0002-3886-3974")), | |
| person("Muschelli", "John", email = "muschellij2@gmail.com", role = c("ctb", "cph")) | |
| ) | |
| Maintainer: Simon Garnier <garnier@njit.edu> | |
| Description: This package uses the OpenCV library to provide R users with methods | |
| to read and manipulate video and image files, as well as camera streams. | |
| License: GPL-3 | |
| LazyData: TRUE | |
| NeedsCompilation: yes | |
| Imports: | |
| Rcpp (>= 1.0.1), | |
| RcppArmadillo (>= 0.9.400), | |
| ROpenCVLite (>= 0.3.412), | |
| methods, | |
| pbapply, | |
| stats, | |
| graphics | |
| LinkingTo: Rcpp, RcppArmadillo | |
| SystemRequirements: C++11 | |
| RcppModules: class_Image, class_Video, class_Stream, class_VideoWriter, | |
| methods_Arithmetic, methods_Statistics, methods_Comparisons, methods_Logical, | |
| methods_OpticalFlow, methods_Blob, methods_Morphology, methods_Filters, | |
| methods_Display, methods_Draw, methods_Geometry, methods_Shape, methods_Transform | |
| RoxygenNote: 7.1.1 | |
| Biarch: true | |
| StagedInstall: false | |
| Encoding: UTF-8 | |
| Suggests: | |
| knitr, | |
| rmarkdown | |
| VignetteBuilder: knitr | |
| URL: https://swarm-lab.github.io/Rvision/, https://github.com/swarm-lab/Rvision | |
| BugReports: https://github.com/swarm-lab/Rvision/issues |