Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dcanny.cpp59 …void calcMap(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, PtrStepSzi map, float low_thresh, float…
221 …canny::calcMap(dx_, dy_, mag_, map_, static_cast<float>(low_thresh_), static_cast<float>(high_thre… in CannyCaller()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dcanny.cu221 …void calcMap(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, PtrStepSzi map, float low_thresh, float… in calcMap() function