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.