1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

opencv_version: dump detected HW features

This commit is contained in:
Alexander Alekhin
2018-01-27 13:37:38 +00:00
parent 01f4a173ab
commit c8930cc279
3 changed files with 33 additions and 0 deletions
@@ -427,6 +427,12 @@ in OpenCV.
*/
CV_EXPORTS_W bool checkHardwareSupport(int feature);
/** @brief Returns feature name by ID
Returns empty string if feature is not defined
*/
CV_EXPORTS_W String getHardwareFeatureName(int feature);
/** @brief Returns the number of logical CPUs available for the process.
*/
CV_EXPORTS_W int getNumberOfCPUs();