/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_radius_match.cu | 116 …const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, c… in matchUnrolled() 133 …const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<… in matchUnrolled() 223 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in match() 241 …const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<… in match() 276 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchDispatcher() 307 …const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<… in matchDispatcher() 340 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchL1_gpu() 357 …rStepSzb& trainDescs, float maxDistance, const PtrStepSzb& mask, const PtrStepSzi& trainIdx, const… 359 …rStepSzb& trainDescs, float maxDistance, const PtrStepSzb& mask, const PtrStepSzi& trainIdx, const… 360 …rStepSzb& trainDescs, float maxDistance, const PtrStepSzb& mask, const PtrStepSzi& trainIdx, const… [all …]
|
D | bf_match.cu | 171 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in matchUnrolledCached() 230 … const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, in matchUnrolledCached() 329 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in matchUnrolled() 386 … const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, in matchUnrolled() 484 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in match() 540 const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, in match() 560 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in matchDispatcher() 591 … const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, in matchDispatcher() 624 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in matchL1_gpu() 641 …ueryDescs, const PtrStepSzb& trainDescs, const PtrStepSzb& mask, const PtrStepSzi& trainIdx, const… [all …]
|
D | fast.cu | 282 …_gpu(PtrStepSzb img, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi score, int thres… in calcKeypoints_gpu() 323 …__global__ void nonmaxSuppression(const short2* kpLoc, int count, const PtrStepSzi scoreMat, short… in nonmaxSuppression() 359 …int nonmaxSuppression_gpu(const short2* kpLoc, int count, PtrStepSzi score, short2* loc, float* re… in nonmaxSuppression_gpu()
|
D | bf_knnmatch.cu | 1110 …void findKnnMatch(int k, const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSzf&… in findKnnMatch() 1127 …findKnnMatch<256>(k, static_cast<PtrStepSzi>(trainIdx), static_cast<PtrStepSzf>(distance), allDist… in findKnnMatchDispatcher()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | canny.cpp | 56 …void calcMagnitude(PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzi dx, PtrStepSzi dy, PtrStepS… 57 …void calcMagnitude(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream); 59 …void calcMap(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, PtrStepSzi map, float low_thresh, float… 61 void edgesHysteresisLocal(PtrStepSzi map, short2* st1, cudaStream_t stream); 63 void edgesHysteresisGlobal(PtrStepSzi map, short2* st1, short2* st2, cudaStream_t stream); 65 void getEdges(PtrStepSzi map, PtrStepSzb dst, cudaStream_t stream);
|
D | hough_segments.cpp | 63 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,… 68 …int houghLinesProbabilistic_gpu(PtrStepSzb mask, PtrStepSzi accum, int4* out, int maxSize, float r…
|
D | hough_lines.cpp | 63 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,… 64 …int linesGetResult_gpu(PtrStepSzi accum, float2* out, int* votes, int maxSize, float rho, float th…
|
D | hough_circles.cpp | 63 …ers_gpu(const unsigned int* list, int count, PtrStepi dx, PtrStepi dy, PtrStepSzi accum, int minRa… 64 int buildCentersList_gpu(PtrStepSzi accum, unsigned int* centers, int threshold);
|
D | generalized_hough.cpp | 68 PtrStepSzi hist, 70 …int Ballard_Pos_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int maxSize, float dp… 89 void Guil_Full_calcPHist_gpu(const int* templSizes, const int* imageSizes, PtrStepSzi PHist, 93 …int Guil_Full_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int curSize, int maxSiz…
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | gmg.cu | 227 …void update_gpu(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf weights, PtrStepi n… in update_gpu() 243 …template void update_gpu<uchar >(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w… 244 …template void update_gpu<uchar3 >(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w… 245 …template void update_gpu<uchar4 >(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w… 247 …template void update_gpu<ushort >(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w… 248 …template void update_gpu<ushort3>(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w… 249 …template void update_gpu<ushort4>(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w… 251 …template void update_gpu<float >(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w… 252 …template void update_gpu<float3 >(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w… 253 …template void update_gpu<float4 >(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf w…
|
D | ccomponetns.cu | 232 __global__ void lableTiles(const PtrStepSzb edges, PtrStepSzi comps) in lableTiles() 366 __device__ __forceinline__ int root(const PtrStepSzi& comps, int label) in root() 382 … __device__ __forceinline__ void isConnected(PtrStepSzi& comps, int l1, int l2, bool& changed) in isConnected() 400 const PtrStepSzb edges, PtrStepSzi comps, const int yIncomplete, int xIncomplete) in crossMerge() 488 __global__ void flatten(const PtrStepSzb edges, PtrStepSzi comps) in flatten() 499 … void labelComponents(const PtrStepSzb& edges, PtrStepSzi comps, int flags, cudaStream_t stream) in labelComponents()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | canny.cu | 123 …void calcMagnitude(PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzi dx, PtrStepSzi dy, PtrStepS… in calcMagnitude() 148 … void calcMagnitude(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream) in calcMagnitude() 169 …__global__ void calcMapKernel(const PtrStepSzi dx, const PtrStepi dy, PtrStepi map, const float lo… in calcMapKernel() 221 …void calcMap(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, PtrStepSzi map, float low_thresh, float… in calcMap() 247 __global__ void edgesHysteresisLocalKernel(PtrStepSzi map, short2* st) in edgesHysteresisLocalKernel() 333 void edgesHysteresisLocal(PtrStepSzi map, short2* st1, cudaStream_t stream) in edgesHysteresisLocal() 358 …__global__ void edgesHysteresisGlobalKernel(PtrStepSzi map, short2* st1, short2* st2, const int co… in edgesHysteresisGlobalKernel() 447 void edgesHysteresisGlobal(PtrStepSzi map, short2* st1, short2* st2, cudaStream_t stream) in edgesHysteresisGlobal() 508 void getEdges(PtrStepSzi map, PtrStepSzb dst, cudaStream_t stream) in getEdges()
|
D | hough_lines.cu | 129 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,… in linesAccum_gpu() 149 …__global__ void linesGetResult(const PtrStepSzi accum, float2* out, int* votes, const int maxSize,… in linesGetResult() 177 …int linesGetResult_gpu(PtrStepSzi accum, float2* out, int* votes, int maxSize, float rho, float th… in linesGetResult_gpu()
|
D | hough_circles.cu | 114 …ers_gpu(const unsigned int* list, int count, PtrStepi dx, PtrStepi dy, PtrStepSzi accum, int minRa… in circlesAccumCenters_gpu() 130 …__global__ void buildCentersList(const PtrStepSzi accum, unsigned int* centers, const int threshol… in buildCentersList() 154 int buildCentersList_gpu(PtrStepSzi accum, unsigned int* centers, int threshold) in buildCentersList_gpu()
|
D | generalized_hough.cu | 210 PtrStepSzi hist, in Ballard_Pos_calcHist() 243 PtrStepSzi hist, in Ballard_Pos_calcHist_gpu() 258 __global__ void Ballard_Pos_findPosInHist(const PtrStepSzi hist, float4* out, int3* votes, in Ballard_Pos_findPosInHist() 285 …int Ballard_Pos_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int maxSize, float dp… in Ballard_Pos_findPosInHist_gpu() 688 …__global__ void Guil_Full_calcPHist(const int* templSizes, const int* imageSizes, PtrStepSzi PHist, in Guil_Full_calcPHist() 739 void Guil_Full_calcPHist_gpu(const int* templSizes, const int* imageSizes, PtrStepSzi PHist, in Guil_Full_calcPHist_gpu() 763 …__global__ void Guil_Full_findPosInHist(const PtrStepSzi hist, float4* out, int3* votes, const int… in Guil_Full_findPosInHist() 791 …int Guil_Full_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int curSize, int maxSiz… in Guil_Full_findPosInHist_gpu()
|
D | hough_segments.cu | 56 __global__ void houghLinesProbabilistic(const PtrStepSzi accum, in houghLinesProbabilistic() 217 …int houghLinesProbabilistic_gpu(PtrStepSzb mask, PtrStepSzi accum, int4* out, int maxSize, float r… in houghLinesProbabilistic_gpu()
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | brute_force_matcher.cpp | 59 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, 62 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, 65 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, 69 const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, 72 const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, 75 const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, 105 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, 108 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, 111 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, 115 …const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<… [all …]
|
D | fast.cpp | 58 …_gpu(PtrStepSzb img, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi score, int thres… 59 …int nonmaxSuppression_gpu(const short2* kpLoc, int count, PtrStepSzi score, short2* loc, float* re…
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | lbp.cu | 291 …trStepSzb& mstages, const int nstages, const PtrStepSzi& mnodes, const PtrStepSzf& mleaves, const … in classifyPyramid() 292 … const int subsetSize, PtrStepSz<int4> objects, unsigned int* classified, PtrStepSzi integral) in classifyPyramid()
|
/external/opencv3/modules/cudalegacy/src/ |
D | gmg.cpp | 61 …void update_gpu(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf weights, PtrStepi n… 172 …typedef void (*func_t)(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf weights, Ptr… in apply()
|
D | graphcuts.cpp | 59 … void labelComponents(const PtrStepSzb& edges, PtrStepSzi comps, int flags, cudaStream_t stream);
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cuda_types.hpp | 124 typedef PtrStepSz<int> PtrStepSzi; typedef
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | cascadeclassifier.cpp | 387 const PtrStepSzi& mnodes, 389 const PtrStepSzi& msubsets, 394 PtrStepSzi integral);
|