Searched refs:erodeBrdVal (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 328 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()
|