Searched refs:calcMap (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | canny.cpp | 59 …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/ |
D | canny.cu | 221 …void calcMap(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, PtrStepSzi map, float low_thresh, float… in calcMap() function
|