The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of ROpenCVLite
is to enable developers to create their own packages for R
based on OpenCV
. Computer vision is
just one of the possible applications for OpenCV
. It can do many more
things, such as fast matrix processing and GPU computing. By providing
access to a standardized installation of OpenCV
, we hope to help the
R
community take
advantage of this fantastic library.
ROpenCVLite
Follow these steps to configure your package for ROpenCVLite
:
ROpenCVLite
as a dependency in the DESCRIPTION file of your package.opencvConfig
function provided with ROpenCVLite
to:
PKG_LIBS
value of the Makevars and Makevars.win
files of your package (using opencvConfig("libs")
).PKG_CPPFLAGS
() value of the Makevars and
Makevars.win files of your package (using
opencvConfig("cflags")
).You can find an example of how to set up your package with ROpenCVLite
in our Rvision
package:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.