Skip to contents

This function determines the version of OpenCV installed within R.

Usage

opencvVersion()

Value

A character string.

Author

Simon Garnier, garnier@njit.edu

Examples

if (isOpenCVInstalled()) {
  opencvVersion()
}