MCPcopy Create free account
hub / github.com/creatale/node-dv / checkHardwareSupport

Function checkHardwareSupport

deps/opencv/modules/core/src/system.cpp:300–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298static HWFeatures* currentFeatures = &featuresEnabled;
299
300bool checkHardwareSupport(int feature)
301{
302 CV_DbgAssert( 0 <= feature && feature <= CV_HARDWARE_MAX_FEATURE );
303 return currentFeatures->have[feature];
304}
305
306
307volatile bool useOptimizedFlag = true;

Callers 15

DFTFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
medianBlur_8u_O1Function · 0.85
medianBlur_SortNetFunction · 0.85
medianBlurMethod · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
cvBoundingRectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected