Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dintegral.hpp620 GlobPtr<uint> dstui = globPtr((uint*) dst.data, dst.step); in integral() local
621 integral(src, dstui, rows, cols, stream); in integral()