PtrStepSzb 58 modules/cudabgsegm/src/mog.cpp void mog_gpu(PtrStepSzb frame, int cn, PtrStepSzb fgmask, PtrStepSzf weight, PtrStepSzf sortKey, PtrStepSzb mean, PtrStepSzb var, PtrStepSzb 61 modules/cudabgsegm/src/mog.cpp void getBackgroundImage_gpu(int cn, PtrStepSzf weight, PtrStepSzb mean, PtrStepSzb dst, int nmixtures, float backgroundRatio, cudaStream_t stream); PtrStepSzb 59 modules/cudabgsegm/src/mog2.cpp void mog2_gpu(PtrStepSzb frame, int cn, PtrStepSzb fgmask, PtrStepSzb modesUsed, PtrStepSzf weight, PtrStepSzf variance, PtrStepSzb mean, float alphaT, float prune, bool detectShadows, cudaStream_t stream); PtrStepSzb 60 modules/cudabgsegm/src/mog2.cpp void getBackgroundImage2_gpu(int cn, PtrStepSzb modesUsed, PtrStepSzf weight, PtrStepSzb mean, PtrStepSzb dst, cudaStream_t stream); PtrStepSzb 58 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL1_gpu(const PtrStepSzb& query, const PtrStepSzb& train, const PtrStepSzb& mask, PtrStepSzb 61 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& train, const PtrStepSzb& mask, PtrStepSzb 64 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchHamming_gpu(const PtrStepSzb& query, const PtrStepSzb& train, const PtrStepSzb& mask, PtrStepSzb 68 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL1_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, PtrStepSzb 71 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, PtrStepSzb 74 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchHamming_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, PtrStepSzb 81 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL1_gpu(const PtrStepSzb& query, const PtrStepSzb& train, int k, const PtrStepSzb& mask, PtrStepSzb 82 modules/cudafeatures2d/src/brute_force_matcher.cpp const PtrStepSzb& trainIdx, const PtrStepSzb& distance, const PtrStepSzf& allDist, PtrStepSzb 84 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& train, int k, const PtrStepSzb& mask, PtrStepSzb 85 modules/cudafeatures2d/src/brute_force_matcher.cpp const PtrStepSzb& trainIdx, const PtrStepSzb& distance, const PtrStepSzf& allDist, PtrStepSzb 87 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchHamming_gpu(const PtrStepSzb& query, const PtrStepSzb& train, int k, const PtrStepSzb& mask, PtrStepSzb 88 modules/cudafeatures2d/src/brute_force_matcher.cpp const PtrStepSzb& trainIdx, const PtrStepSzb& distance, const PtrStepSzf& allDist, PtrStepSzb 91 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void match2L1_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, PtrStepSzb 92 modules/cudafeatures2d/src/brute_force_matcher.cpp const PtrStepSzb& trainIdx, const PtrStepSzb& imgIdx, const PtrStepSzb& distance, PtrStepSzb 94 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void match2L2_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, PtrStepSzb 95 modules/cudafeatures2d/src/brute_force_matcher.cpp const PtrStepSzb& trainIdx, const PtrStepSzb& imgIdx, const PtrStepSzb& distance, PtrStepSzb 97 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void match2Hamming_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, PtrStepSzb 98 modules/cudafeatures2d/src/brute_force_matcher.cpp const PtrStepSzb& trainIdx, const PtrStepSzb& imgIdx, const PtrStepSzb& distance, PtrStepSzb 104 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL1_gpu(const PtrStepSzb& query, const PtrStepSzb& train, float maxDistance, const PtrStepSzb& mask, PtrStepSzb 107 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& train, float maxDistance, const PtrStepSzb& mask, PtrStepSzb 110 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchHamming_gpu(const PtrStepSzb& query, const PtrStepSzb& train, float maxDistance, const PtrStepSzb& mask, PtrStepSzb 114 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL1_gpu(const PtrStepSzb& query, const PtrStepSzb* trains, int n, float maxDistance, const PtrStepSzb* masks, PtrStepSzb 118 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb* trains, int n, float maxDistance, const PtrStepSzb* masks, PtrStepSzb 122 modules/cudafeatures2d/src/brute_force_matcher.cpp template <typename T> void matchHamming_gpu(const PtrStepSzb& query, const PtrStepSzb* trains, int n, float maxDistance, const PtrStepSzb* masks, PtrStepSzb 140 modules/cudafeatures2d/src/brute_force_matcher.cpp Mat trainCollectionCPU(1, static_cast<int>(trainDescCollection.size()), CV_8UC(sizeof(PtrStepSzb))); PtrStepSzb 142 modules/cudafeatures2d/src/brute_force_matcher.cpp PtrStepSzb* trainCollectionCPU_ptr = trainCollectionCPU.ptr<PtrStepSzb>(); PtrStepSzb 154 modules/cudafeatures2d/src/brute_force_matcher.cpp Mat trainCollectionCPU(1, static_cast<int>(trainDescCollection.size()), CV_8UC(sizeof(PtrStepSzb))); PtrStepSzb 157 modules/cudafeatures2d/src/brute_force_matcher.cpp PtrStepSzb* trainCollectionCPU_ptr = trainCollectionCPU.ptr<PtrStepSzb>(); PtrStepSzb 335 modules/cudafeatures2d/src/brute_force_matcher.cpp typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& train, const PtrStepSzb& mask, PtrStepSzb 397 modules/cudafeatures2d/src/brute_force_matcher.cpp typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, PtrStepSzb 595 modules/cudafeatures2d/src/brute_force_matcher.cpp typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& train, int k, const PtrStepSzb& mask, PtrStepSzb 596 modules/cudafeatures2d/src/brute_force_matcher.cpp const PtrStepSzb& trainIdx, const PtrStepSzb& distance, const PtrStepSzf& allDist, PtrStepSzb 681 modules/cudafeatures2d/src/brute_force_matcher.cpp typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, PtrStepSzb 682 modules/cudafeatures2d/src/brute_force_matcher.cpp const PtrStepSzb& trainIdx, const PtrStepSzb& imgIdx, const PtrStepSzb& distance, PtrStepSzb 864 modules/cudafeatures2d/src/brute_force_matcher.cpp typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& train, float maxDistance, const PtrStepSzb& mask, PtrStepSzb 933 modules/cudafeatures2d/src/brute_force_matcher.cpp typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb* trains, int n, float maxDistance, const PtrStepSzb* masks, PtrStepSzb 976 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<PtrStepSzb> trains_(trainDescCollection_.begin(), trainDescCollection_.end()); PtrStepSzb 977 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<PtrStepSzb> masks_(masks.begin(), masks.end()); PtrStepSzb 58 modules/cudafeatures2d/src/fast.cpp int calcKeypoints_gpu(PtrStepSzb img, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi score, int threshold, cudaStream_t stream); PtrStepSzb 60 modules/cudafeatures2d/src/orb.cpp void HarrisResponses_gpu(PtrStepSzb img, const short2* loc, float* response, const int npoints, int blockSize, float harris_k, cudaStream_t stream); PtrStepSzb 64 modules/cudafeatures2d/src/orb.cpp void IC_Angle_gpu(PtrStepSzb image, const short2* loc, float* angle, int npoints, int half_k, cudaStream_t stream); PtrStepSzb 182 modules/cudafilters/src/cuda/column_filter.hpp void linearColumn(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream) PtrStepSzb 181 modules/cudafilters/src/cuda/row_filter.hpp void linearRow(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream) PtrStepSzb 181 modules/cudafilters/src/filtering.cpp void filter2D(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, PtrStepSzb 196 modules/cudafilters/src/filtering.cpp typedef void (*filter2D_t)(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, PtrStepSzb 309 modules/cudafilters/src/filtering.cpp void linearRow(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream); PtrStepSzb 312 modules/cudafilters/src/filtering.cpp void linearColumn(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream); PtrStepSzb 327 modules/cudafilters/src/filtering.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream); PtrStepSzb 59 modules/cudaimgproc/src/bilateral_filter.cpp void bilateral_filter_gpu(const PtrStepSzb& src, PtrStepSzb dst, int kernel_size, float sigma_spatial, float sigma_color, int borderMode, cudaStream_t stream); PtrStepSzb 67 modules/cudaimgproc/src/bilateral_filter.cpp typedef void (*func_t)(const PtrStepSzb& src, PtrStepSzb dst, int kernel_size, float sigma_spatial, float sigma_color, int borderMode, cudaStream_t s); PtrStepSzb 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); PtrStepSzb 65 modules/cudaimgproc/src/canny.cpp void getEdges(PtrStepSzi map, PtrStepSzb dst, cudaStream_t stream); PtrStepSzb 69 modules/cudaimgproc/src/color.cpp void Bayer2BGR_8u_gpu(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_green, cudaStream_t stream); PtrStepSzb 71 modules/cudaimgproc/src/color.cpp void Bayer2BGR_16u_gpu(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_green, cudaStream_t stream); PtrStepSzb 74 modules/cudaimgproc/src/color.cpp void MHCdemosaic(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRed, cudaStream_t stream); PtrStepSzb 1846 modules/cudaimgproc/src/color.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_green, cudaStream_t stream); PtrStepSzb 1886 modules/cudaimgproc/src/color.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_green, cudaStream_t stream); PtrStepSzb 2144 modules/cudaimgproc/src/color.cpp PtrStepSzb srcWhole(wholeSize.height, wholeSize.width, src.datastart, src.step); PtrStepSzb 2172 modules/cudaimgproc/src/color.cpp PtrStepSzb srcWhole(wholeSize.height, wholeSize.width, src.datastart, src.step); PtrStepSzb 61 modules/cudaimgproc/src/generalized_hough.cpp int buildEdgePointList_gpu(PtrStepSzb edges, PtrStepSzb dx, PtrStepSzb dy, unsigned int* coordList, float* thetaList); PtrStepSzb 304 modules/cudaimgproc/src/generalized_hough.cpp typedef int (*func_t)(PtrStepSzb edges, PtrStepSzb dx, PtrStepSzb dy, unsigned int* coordList, float* thetaList); PtrStepSzb 58 modules/cudaimgproc/src/gftt.cpp int findCorners_gpu(PtrStepSzf eig, float threshold, PtrStepSzb mask, float2* corners, int max_count); PtrStepSzb 71 modules/cudaimgproc/src/histogram.cpp void histogram256(PtrStepSzb src, int* hist, cudaStream_t stream); PtrStepSzb 93 modules/cudaimgproc/src/histogram.cpp void equalizeHist(PtrStepSzb src, PtrStepSzb dst, const int* lut, cudaStream_t stream); PtrStepSzb 132 modules/cudaimgproc/src/histogram.cpp void calcLut(PtrStepSzb src, PtrStepb lut, int tilesX, int tilesY, int2 tileSize, int clipLimit, float lutScale, cudaStream_t stream); PtrStepSzb 133 modules/cudaimgproc/src/histogram.cpp void transform(PtrStepSzb src, PtrStepSzb dst, PtrStepb lut, int tilesX, int tilesY, int2 tileSize, cudaStream_t stream); PtrStepSzb 476 modules/cudaimgproc/src/histogram.cpp void histEven8u(PtrStepSzb src, int* hist, int binCount, int lowerLevel, int upperLevel, cudaStream_t stream); PtrStepSzb 58 modules/cudaimgproc/src/hough_circles.cpp int buildPointList_gpu(PtrStepSzb src, unsigned int* list); PtrStepSzb 58 modules/cudaimgproc/src/hough_lines.cpp int buildPointList_gpu(PtrStepSzb src, unsigned int* list); PtrStepSzb 58 modules/cudaimgproc/src/hough_segments.cpp int buildPointList_gpu(PtrStepSzb src, unsigned int* list); PtrStepSzb 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); PtrStepSzb 58 modules/cudaimgproc/src/match_template.cpp void matchTemplateNaive_CCORR_8U(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream); PtrStepSzb 59 modules/cudaimgproc/src/match_template.cpp void matchTemplateNaive_CCORR_32F(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream); PtrStepSzb 61 modules/cudaimgproc/src/match_template.cpp void matchTemplateNaive_SQDIFF_8U(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream); PtrStepSzb 62 modules/cudaimgproc/src/match_template.cpp void matchTemplateNaive_SQDIFF_32F(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream); PtrStepSzb 136 modules/cudaimgproc/src/match_template.cpp void extractFirstChannel_32F(const PtrStepSzb image, PtrStepSzf result, int cn, cudaStream_t stream); PtrStepSzb 62 modules/cudaimgproc/src/mean_shift.cpp void meanShiftFiltering_gpu(const PtrStepSzb& src, PtrStepSzb dst, int sp, int sr, int maxIter, float eps, cudaStream_t stream); PtrStepSzb 97 modules/cudaimgproc/src/mean_shift.cpp void meanShiftProc_gpu(const PtrStepSzb& src, PtrStepSzb dstr, PtrStepSzb dstsp, int sp, int sr, int maxIter, float eps, cudaStream_t stream); PtrStepSzb 57 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp CV_EXPORTS void downsampleX2(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t stream); PtrStepSzb 58 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp CV_EXPORTS void interpolateFrom1(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t stream); PtrStepSzb 56 modules/cudalegacy/src/bm.cpp void calc(PtrStepSzb prev, PtrStepSzb curr, PtrStepSzf velx, PtrStepSzf vely, int2 blockSize, int2 shiftSize, bool usePrevious, PtrStepSzb 59 modules/cudalegacy/src/bm_fast.cpp void calc(PtrStepSzb I0, PtrStepSzb I1, PtrStepSzf velx, PtrStepSzf vely, PtrStepi buffer, int search_window, int block_window, cudaStream_t stream); PtrStepSzb 167 modules/cudalegacy/src/cuda/fgd.hpp void calcDiffHistogram_gpu(cv::cuda::PtrStepSzb prevFrame, cv::cuda::PtrStepSzb curFrame, PtrStepSzb 173 modules/cudalegacy/src/cuda/fgd.hpp void calcDiffThreshMask_gpu(cv::cuda::PtrStepSzb prevFrame, cv::cuda::PtrStepSzb curFrame, uchar3 bestThres, cv::cuda::PtrStepSzb changeMask, cudaStream_t stream); PtrStepSzb 178 modules/cudalegacy/src/cuda/fgd.hpp void bgfgClassification_gpu(cv::cuda::PtrStepSzb prevFrame, cv::cuda::PtrStepSzb curFrame, PtrStepSzb 179 modules/cudalegacy/src/cuda/fgd.hpp cv::cuda::PtrStepSzb Ftd, cv::cuda::PtrStepSzb Fbd, cv::cuda::PtrStepSzb foreground, PtrStepSzb 183 modules/cudalegacy/src/cuda/fgd.hpp void updateBackgroundModel_gpu(cv::cuda::PtrStepSzb prevFrame, cv::cuda::PtrStepSzb curFrame, PtrStepSzb 184 modules/cudalegacy/src/cuda/fgd.hpp cv::cuda::PtrStepSzb Ftd, cv::cuda::PtrStepSzb Fbd, cv::cuda::PtrStepSzb foreground, cv::cuda::PtrStepSzb background, PtrStepSzb 156 modules/cudalegacy/src/fgd.cpp typedef void (*func_t)(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb 221 modules/cudalegacy/src/fgd.cpp typedef void (*func_t)(PtrStepSzb prevFrame, PtrStepSzb curFrame, uchar3 bestThres, PtrStepSzb changeMask, cudaStream_t stream); PtrStepSzb 272 modules/cudalegacy/src/fgd.cpp typedef void (*func_t)(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foreground, PtrStepSzb 430 modules/cudalegacy/src/fgd.cpp typedef void (*func_t)(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb 431 modules/cudalegacy/src/fgd.cpp PtrStepSzb foreground, PtrStepSzb background, PtrStepSzb 61 modules/cudalegacy/src/gmg.cpp void update_gpu(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf weights, PtrStepi nfeatures, PtrStepSzb 172 modules/cudalegacy/src/gmg.cpp typedef void (*func_t)(PtrStepSzb frame, PtrStepb fgmask, PtrStepSzi colors, PtrStepf weights, PtrStepi nfeatures, PtrStepSzb 59 modules/cudalegacy/src/graphcuts.cpp void labelComponents(const PtrStepSzb& edges, PtrStepSzi comps, int flags, cudaStream_t stream); PtrStepSzb 62 modules/cudalegacy/src/graphcuts.cpp void computeEdges(const PtrStepSzb& image, PtrStepSzb edges, const float4& lo, const float4& hi, cudaStream_t stream); PtrStepSzb 80 modules/cudalegacy/src/graphcuts.cpp typedef void (*func_t)(const PtrStepSzb& image, PtrStepSzb edges, const float4& lo, const float4& hi, cudaStream_t stream); PtrStepSzb 385 modules/cudaobjdetect/src/cascadeclassifier.cpp const PtrStepSzb& mstages, PtrStepSzb 390 modules/cudaobjdetect/src/cascadeclassifier.cpp const PtrStepSzb& mfeatures, PtrStepSzb 63 modules/cudaobjdetect/src/hog.cpp const cv::cuda::PtrStepSzb& qangle, float sigma, float* block_hists); PtrStepSzb 84 modules/cudaobjdetect/src/hog.cpp void compute_gradients_8UC1(int nbins, int height, int width, const cv::cuda::PtrStepSzb& img, PtrStepSzb 85 modules/cudaobjdetect/src/hog.cpp float angle_scale, cv::cuda::PtrStepSzf grad, cv::cuda::PtrStepSzb qangle, bool correct_gamma); PtrStepSzb 86 modules/cudaobjdetect/src/hog.cpp void compute_gradients_8UC4(int nbins, int height, int width, const cv::cuda::PtrStepSzb& img, PtrStepSzb 87 modules/cudaobjdetect/src/hog.cpp float angle_scale, cv::cuda::PtrStepSzf grad, cv::cuda::PtrStepSzb qangle, bool correct_gamma); PtrStepSzb 89 modules/cudaobjdetect/src/hog.cpp void resize_8UC1(const cv::cuda::PtrStepSzb& src, cv::cuda::PtrStepSzb dst); PtrStepSzb 90 modules/cudaobjdetect/src/hog.cpp void resize_8UC4(const cv::cuda::PtrStepSzb& src, cv::cuda::PtrStepSzb dst); PtrStepSzb 65 modules/cudaoptflow/src/pyrlk.cpp void dense(PtrStepSzb I, PtrStepSzf J, PtrStepSzf u, PtrStepSzf v, PtrStepSzf prevU, PtrStepSzf prevV, PtrStepSzb 6 modules/cudastereo/src/cuda/disparity_bilateral_filter.hpp void disp_bilateral_filter(PtrStepSz<T> disp, PtrStepSzb img, int channels, int iters, const float *, const float *, size_t, int radius, short edge_disc, short max_disc, cudaStream_t stream); PtrStepSzb 58 modules/cudastereo/src/stereobm.cpp void stereoBM_CUDA(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& disp, int ndisp, int winsz, const PtrStepSz<unsigned int>& minSSD_buf, cudaStream_t & stream); PtrStepSzb 59 modules/cudastereo/src/stereobm.cpp void prefilter_xsobel(const PtrStepSzb& input, const PtrStepSzb& output, int prefilterCap /*= 31*/, cudaStream_t & stream); PtrStepSzb 60 modules/cudastereo/src/stereobm.cpp void postfilter_textureness(const PtrStepSzb& input, int winsz, float avgTexturenessThreshold, const PtrStepSzb& disp, cudaStream_t & stream); PtrStepSzb 158 modules/cudastereo/src/stereobm.cpp PtrStepSzb le_for_bm = left; PtrStepSzb 159 modules/cudastereo/src/stereobm.cpp PtrStepSzb ri_for_bm = right; PtrStepSzb 62 modules/cudastereo/src/stereobp.cpp void comp_data_gpu(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream); PtrStepSzb 64 modules/cudastereo/src/stereobp.cpp void data_step_down_gpu(int dst_cols, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream); PtrStepSzb 66 modules/cudastereo/src/stereobp.cpp void level_up_messages_gpu(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream); PtrStepSzb 68 modules/cudastereo/src/stereobp.cpp void calc_all_iterations_gpu(int cols, int rows, int iters, const PtrStepSzb& u, const PtrStepSzb& d, PtrStepSzb 69 modules/cudastereo/src/stereobp.cpp const PtrStepSzb& l, const PtrStepSzb& r, const PtrStepSzb& data, cudaStream_t stream); PtrStepSzb 71 modules/cudastereo/src/stereobp.cpp void output_gpu(const PtrStepSzb& u, const PtrStepSzb& d, const PtrStepSzb& l, const PtrStepSzb& r, const PtrStepSzb& data, PtrStepSzb 169 modules/cudastereo/src/stereobp.cpp typedef void (*comp_data_t)(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream); PtrStepSzb 286 modules/cudastereo/src/stereobp.cpp typedef void (*data_step_down_t)(int dst_cols, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream); PtrStepSzb 292 modules/cudastereo/src/stereobp.cpp typedef void (*level_up_messages_t)(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream); PtrStepSzb 298 modules/cudastereo/src/stereobp.cpp typedef void (*calc_all_iterations_t)(int cols, int rows, int iters, const PtrStepSzb& u, const PtrStepSzb& d, const PtrStepSzb& l, const PtrStepSzb& r, const PtrStepSzb& data, cudaStream_t stream); PtrStepSzb 304 modules/cudastereo/src/stereobp.cpp typedef void (*output_t)(const PtrStepSzb& u, const PtrStepSzb& d, const PtrStepSzb& l, const PtrStepSzb& r, const PtrStepSzb& data, const PtrStepSz<short>& disp, cudaStream_t stream); PtrStepSzb 324 modules/cudastereo/src/stereobp.cpp PtrStepSzb mus[] = {u_, u2_}; PtrStepSzb 325 modules/cudastereo/src/stereobp.cpp PtrStepSzb mds[] = {d_, d2_}; PtrStepSzb 326 modules/cudastereo/src/stereobp.cpp PtrStepSzb mrs[] = {r_, r2_}; PtrStepSzb 327 modules/cudastereo/src/stereobp.cpp PtrStepSzb mls[] = {l_, l2_}; PtrStepSzb 61 modules/cudastereo/src/util.cpp void reprojectImageTo3D_gpu(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t stream); PtrStepSzb 68 modules/cudastereo/src/util.cpp typedef void (*func_t)(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t stream); PtrStepSzb 93 modules/cudastereo/src/util.cpp void drawColorDisp_gpu(const PtrStepSzb& src, const PtrStepSzb& dst, int ndisp, const cudaStream_t& stream); PtrStepSzb 94 modules/cudastereo/src/util.cpp void drawColorDisp_gpu(const PtrStepSz<short>& src, const PtrStepSzb& dst, int ndisp, const cudaStream_t& stream); PtrStepSzb 62 modules/cudawarping/src/pyramids.cpp template <typename T> void pyrDown_gpu(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream); PtrStepSzb 70 modules/cudawarping/src/pyramids.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream); PtrStepSzb 102 modules/cudawarping/src/pyramids.cpp template <typename T> void pyrUp_gpu(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream); PtrStepSzb 110 modules/cudawarping/src/pyramids.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream); PtrStepSzb 56 modules/cudawarping/src/remap.cpp void remap_gpu(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzf xmap, PtrStepSzf ymap, PtrStepSzb dst, PtrStepSzb 65 modules/cudawarping/src/remap.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzf xmap, PtrStepSzf ymap, PtrStepSzb dst, int interpolation, PtrStepSzb 100 modules/cudawarping/src/remap.cpp func(src, PtrStepSzb(wholeSize.height, wholeSize.width, src.datastart, src.step), ofs.x, ofs.y, xmap, ymap, PtrStepSzb 54 modules/cudawarping/src/resize.cpp void resize(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff, const PtrStepSzb& dst, float fy, float fx, int interpolation, cudaStream_t stream); PtrStepSzb 61 modules/cudawarping/src/resize.cpp typedef void (*func_t)(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff, const PtrStepSzb& dst, float fy, float fx, int interpolation, cudaStream_t stream); PtrStepSzb 103 modules/cudawarping/src/resize.cpp PtrStepSzb wholeSrc(wholeSize.height, wholeSize.width, src.datastart, src.step); PtrStepSzb 67 modules/cudawarping/src/warp.cpp void warpAffine_gpu(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 * 3], PtrStepSzb dst, int interpolation, PtrStepSzb 73 modules/cudawarping/src/warp.cpp void warpPerspective_gpu(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[3 * 3], PtrStepSzb dst, int interpolation, PtrStepSzb 286 modules/cudawarping/src/warp.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 * 3], PtrStepSzb dst, int interpolation, PtrStepSzb 317 modules/cudawarping/src/warp.cpp func(src, PtrStepSzb(wholeSize.height, wholeSize.width, src.datastart, src.step), ofs.x, ofs.y, coeffs, PtrStepSzb 425 modules/cudawarping/src/warp.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 * 3], PtrStepSzb dst, int interpolation, PtrStepSzb 456 modules/cudawarping/src/warp.cpp func(src, PtrStepSzb(wholeSize.height, wholeSize.width, src.datastart, src.step), ofs.x, ofs.y, coeffs, PtrStepSzb 77 modules/photo/src/denoising.cuda.cpp void nlm_bruteforce_gpu(const PtrStepSzb& src, PtrStepSzb dst, int search_radius, int block_radius, float h, int borderMode, cudaStream_t stream); PtrStepSzb 84 modules/photo/src/denoising.cuda.cpp typedef void (*func_t)(const PtrStepSzb& src, PtrStepSzb dst, int search_radius, int block_radius, float h, int borderMode, cudaStream_t stream); PtrStepSzb 108 modules/photo/src/denoising.cuda.cpp void nln_fast_get_buffer_size(const PtrStepSzb& src, int search_window, int block_window, int& buffer_cols, int& buffer_rows); PtrStepSzb 111 modules/photo/src/denoising.cuda.cpp void nlm_fast_gpu(const PtrStepSzb& src, PtrStepSzb dst, PtrStepi buffer, PtrStepSzb 139 modules/photo/src/denoising.cuda.cpp typedef void (*nlm_fast_t)(const PtrStepSzb&, PtrStepSzb, PtrStepi, int, int, float, cudaStream_t); PtrStepSzb 71 modules/superres/src/btv_l1_cuda.cpp void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream); PtrStepSzb 76 modules/superres/src/btv_l1_cuda.cpp template <int cn> void calcBtvRegularization(PtrStepSzb src, PtrStepSzb dst, int ksize); PtrStepSzb 149 modules/superres/src/btv_l1_cuda.cpp typedef void (*func_t)(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream); PtrStepSzb 192 modules/superres/src/btv_l1_cuda.cpp typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, int ksize);