opencvConfig | R Documentation |
This function returns the configuration options for compiling
C/C++-based packages against OpenCV installed by ROpenCVLite
.
opencvConfig(output = "libs", arch = NULL)
output |
Either 'libs' for library configuration options or 'cflags' for C/C++ configuration flags. |
arch |
architecture relevant for Windows. If |
A concatenated character string (with cat
) of the
configuration options.
Simon Garnier, garnier@njit.edu
if (isOpenCVInstalled()) { opencvConfig() opencvConfig(output = "cflags") opencvConfig(arch = R.version$arch) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.