PtrStepSzi         59 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzf& distance,
PtrStepSzi         62 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzf& distance,
PtrStepSzi         65 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzf& distance,
PtrStepSzi         69 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance,
PtrStepSzi         72 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance,
PtrStepSzi         75 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance,
PtrStepSzi        105 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches,
PtrStepSzi        108 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches,
PtrStepSzi        111 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches,
PtrStepSzi        115 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches,
PtrStepSzi        119 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches,
PtrStepSzi        123 modules/cudafeatures2d/src/brute_force_matcher.cpp             const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches,
PtrStepSzi        336 modules/cudafeatures2d/src/brute_force_matcher.cpp                                  const PtrStepSzi& trainIdx, const PtrStepSzf& distance,
PtrStepSzi        398 modules/cudafeatures2d/src/brute_force_matcher.cpp                                  const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance,
PtrStepSzi        865 modules/cudafeatures2d/src/brute_force_matcher.cpp                                  const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches,
PtrStepSzi        934 modules/cudafeatures2d/src/brute_force_matcher.cpp                                  const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches,
PtrStepSzi         58 modules/cudafeatures2d/src/fast.cpp         int calcKeypoints_gpu(PtrStepSzb img, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi score, int threshold, cudaStream_t stream);
PtrStepSzi         59 modules/cudafeatures2d/src/fast.cpp         int nonmaxSuppression_gpu(const short2* kpLoc, int count, PtrStepSzi score, short2* loc, float* response, cudaStream_t stream);
PtrStepSzi         56 modules/cudaimgproc/src/canny.cpp     void calcMagnitude(PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream);
PtrStepSzi         57 modules/cudaimgproc/src/canny.cpp     void calcMagnitude(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream);
PtrStepSzi         59 modules/cudaimgproc/src/canny.cpp     void calcMap(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, PtrStepSzi map, float low_thresh, float high_thresh, cudaStream_t stream);
PtrStepSzi         61 modules/cudaimgproc/src/canny.cpp     void edgesHysteresisLocal(PtrStepSzi map, short2* st1, cudaStream_t stream);
PtrStepSzi         63 modules/cudaimgproc/src/canny.cpp     void edgesHysteresisGlobal(PtrStepSzi map, short2* st1, short2* st2, cudaStream_t stream);
PtrStepSzi         65 modules/cudaimgproc/src/canny.cpp     void getEdges(PtrStepSzi map, PtrStepSzb dst, cudaStream_t stream);
PtrStepSzi         68 modules/cudaimgproc/src/generalized_hough.cpp                                       PtrStepSzi hist,
PtrStepSzi         70 modules/cudaimgproc/src/generalized_hough.cpp         int Ballard_Pos_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int maxSize, float dp, int threshold);
PtrStepSzi         89 modules/cudaimgproc/src/generalized_hough.cpp         void Guil_Full_calcPHist_gpu(const int* templSizes, const int* imageSizes, PtrStepSzi PHist,
PtrStepSzi         93 modules/cudaimgproc/src/generalized_hough.cpp         int Guil_Full_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int curSize, int maxSize,
PtrStepSzi         63 modules/cudaimgproc/src/hough_circles.cpp         void circlesAccumCenters_gpu(const unsigned int* list, int count, PtrStepi dx, PtrStepi dy, PtrStepSzi accum, int minRadius, int maxRadius, float idp);
PtrStepSzi         64 modules/cudaimgproc/src/hough_circles.cpp         int buildCentersList_gpu(PtrStepSzi accum, unsigned int* centers, int threshold);
PtrStepSzi         63 modules/cudaimgproc/src/hough_lines.cpp         void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta, size_t sharedMemPerBlock, bool has20);
PtrStepSzi         64 modules/cudaimgproc/src/hough_lines.cpp         int linesGetResult_gpu(PtrStepSzi accum, float2* out, int* votes, int maxSize, float rho, float theta, int threshold, bool doSort);
PtrStepSzi         63 modules/cudaimgproc/src/hough_segments.cpp         void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta, size_t sharedMemPerBlock, bool has20);
PtrStepSzi         68 modules/cudaimgproc/src/hough_segments.cpp         int houghLinesProbabilistic_gpu(PtrStepSzb mask, PtrStepSzi accum, int4* out, int maxSize, float rho, float theta, int lineGap, int lineLength);
PtrStepSzi         61 modules/cudalegacy/src/gmg.cpp         void update_gpu(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf weights, PtrStepi nfeatures,
PtrStepSzi        172 modules/cudalegacy/src/gmg.cpp         typedef void (*func_t)(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf weights, PtrStepi nfeatures,
PtrStepSzi         59 modules/cudalegacy/src/graphcuts.cpp         void labelComponents(const PtrStepSzb& edges, PtrStepSzi comps, int flags, cudaStream_t stream);
PtrStepSzi        387 modules/cudaobjdetect/src/cascadeclassifier.cpp                              const PtrStepSzi& mnodes,
PtrStepSzi        389 modules/cudaobjdetect/src/cascadeclassifier.cpp                              const PtrStepSzi& msubsets,
PtrStepSzi        394 modules/cudaobjdetect/src/cascadeclassifier.cpp                              PtrStepSzi integral);