Learn R Programming

ROpenCVLite (version 4.30.2)

installOpenCV: Install OpenCV

Description

This function will attempt to download, compile and install OpenCV on the system. This process will take several minutes.

Usage

installOpenCV(batch = FALSE)

Arguments

batch

A boolean indicating whether to skip (TRUE) or not (FALSE, the default) the interactive installation dialog. This is useful when OpenCV needs to be installed in a non-interactive environment (e.g., during a batch installation on a server).

Value

A boolean indicating whether OpenCV was or not installed on the system.

Examples

Run this code
# NOT RUN {
 installOpenCV()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab