mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
opencv_version: dump detected HW features
This commit is contained in:
@@ -663,6 +663,11 @@ bool checkHardwareSupport(int feature)
|
||||
return currentFeatures->have[feature];
|
||||
}
|
||||
|
||||
String getHardwareFeatureName(int feature)
|
||||
{
|
||||
const char* name = getHWFeatureName(feature);
|
||||
return name ? String(name) : String();
|
||||
}
|
||||
|
||||
volatile bool useOptimizedFlag = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user