Learn R Programming

ROpenCVLite (version 4.30.2)

opencvVersion: OpenCV version

Description

Determines the version of OpenCV installed within R.

Usage

opencvVersion()

Arguments

Value

A character string with the version of OpenCV installed by ROpenCVLite.

Examples

Run this code
# NOT RUN {
if (isOpenCVInstalled()) {
  opencvVersion()
}

# }

Run the code above in your browser using DataLab