Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp261 virtual void setDetectShadows(bool detectshadows) in setDetectShadows() argument
263 if ((bShadowDetection && detectshadows) || (!bShadowDetection && !detectshadows)) in setDetectShadows()
265 bShadowDetection = detectshadows; in setDetectShadows()
Dbgfg_KNN.cpp176 virtual void setDetectShadows(bool detectshadows) { bShadowDetection = detectshadows; } in setDetectShadows() argument