Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp328 const Scalar erodeBrdVal = Scalar::all(UCHAR_MAX); in smoothForeground() local
332 morphology(foreground, buf, filterBrd, brd, erodeFilter, erodeBrdVal); in smoothForeground()
337 morphology(buf, foreground, filterBrd, brd, erodeFilter, erodeBrdVal); in smoothForeground()