Home
last modified time | relevance | path

Searched refs:param_maxRegionChildrenOpenCV (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dtrace.cpp83 static int param_maxRegionChildrenOpenCV = (int)utils::getConfigurationParameterSizeT("OPENCV_TRACE… variable
527 …if (param_maxRegionChildrenOpenCV > 0 && (location.flags & REGION_FLAG_APP_CODE) == 0 && parentLoc… in Region()
529 if (parentChildren >= param_maxRegionChildrenOpenCV) in Region()