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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user