Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dgeneralized_hough.cpp115 void buildEdgePointList(const GpuMat& edges, const GpuMat& dx, const GpuMat& dy);
300 …void GeneralizedHoughBase::buildEdgePointList(const GpuMat& edges, const GpuMat& dx, const GpuMat&… in buildEdgePointList() function in __anon161a480f0111::GeneralizedHoughBase
501 buildEdgePointList(templEdges_, templDx_, templDy_); in processTempl()
530 buildEdgePointList(imageEdges_, imageDx_, imageDy_); in calcHist()
830 buildEdgePointList(edges, dx, dy); in buildFeatureList()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dgeneralized_hough.cu64 …__global__ void buildEdgePointList(const PtrStepSzb edges, const PtrStep<T> dx, const PtrStep<T> d… in buildEdgePointList() function
151 …cudaSafeCall( cudaFuncSetCacheConfig(buildEdgePointList<T, PIXELS_PER_THREAD>, cudaFuncCachePrefer… in buildEdgePointList_gpu()
153buildEdgePointList<T, PIXELS_PER_THREAD><<<grid, block>>>(edges, (PtrStepSz<T>) dx, (PtrStepSz<T>)… in buildEdgePointList_gpu()