CheckHardware
The function returns true if the host hardware supports the specified feature. When user calls …
GetBuildInfo
Returned value is raw cmake output including version control system revision, compiler version, …
GetNumThreads
Returns the number of threads used by OpenCV for parallel regions. Always returns 1 if OpenCV is …
GetVersion
Returns library version string.
SetNumThreads
OpenCV will try to set the number of threads for the next parallel region. If threads == 0, OpenCV …