installOpenCV {ROpenCVLite} | R Documentation |
Install OpenCV
Description
This function attempts to download, compile and install OpenCV on the system. This process will take several minutes.
Usage
installOpenCV(install_path = defaultOpenCVPath(), batch = FALSE)
Arguments
install_path |
A character string indicating the location at which
OpenCV should be installed. By default, it is the value returned by
|
batch |
A boolean indicating whether to skip ( |
Value
A boolean.
Author(s)
Simon Garnier, garnier@njit.edu
Examples
## Not run:
installOpenCV()
## End(Not run)
[Package ROpenCVLite version 4.90.1 Index]