Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dcanny.cpp124 GpuMat st1_, st2_; member in __anond5a576490111::CannyImpl
215 ensureSizeIsEnough(1, image_size.area(), CV_16SC2, st2_); in createBuf()
225 …canny::edgesHysteresisGlobal(map_, st1_.ptr<short2>(), st2_.ptr<short2>(), StreamAccessor::getStre… in CannyCaller()