Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_radius_match.cu116 …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 …]
Dbf_match.cu171 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 …]
Dfast.cu282 …_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()
Dbf_knnmatch.cu1110 …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/
Dcanny.cpp56 …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);
Dhough_segments.cpp63 …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…
Dhough_lines.cpp63 …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…
Dhough_circles.cpp63 …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);
Dgeneralized_hough.cpp68 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/
Dgmg.cu227 …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…
Dccomponetns.cu232 __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/
Dcanny.cu123 …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()
Dhough_lines.cu129 …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()
Dhough_circles.cu114 …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()
Dgeneralized_hough.cu210 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()
Dhough_segments.cu56 __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/
Dbrute_force_matcher.cpp59 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 …]
Dfast.cpp58 …_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/
Dlbp.cu291 …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/
Dgmg.cpp61 …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()
Dgraphcuts.cpp59 … void labelComponents(const PtrStepSzb& edges, PtrStepSzi comps, int flags, cudaStream_t stream);
/external/opencv3/modules/core/include/opencv2/core/
Dcuda_types.hpp124 typedef PtrStepSz<int> PtrStepSzi; typedef
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp387 const PtrStepSzi& mnodes,
389 const PtrStepSzi& msubsets,
394 PtrStepSzi integral);