/external/opencv3/modules/cudalegacy/src/cuda/ |
D | gmg.cu | 173 …__global__ void update(const PtrStep<SrcT> frame, PtrStepb fgmask, PtrStepi colors_, PtrStepf weig… in update() 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… [all …]
|
D | fgd.cu | 226 …k(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, uchar3 bestThres, PtrStepb changeMask) in calcDiffThreshMask() 293 const PtrStepb Ftd, const PtrStepb Fbd, PtrStepb foreground, in bgfgClassification() 402 PtrStepb foreground, PtrStep<OT> background, in updateBackgroundModel() 768 …Config(updateBackgroundModel<PT, CT, OT, PtrStep<PT>, PtrStep<CT>, PtrStepb, PtrStepb>, cudaFuncCa… in call() 770 …updateBackgroundModel<PT, CT, OT, PtrStep<PT>, PtrStep<CT>, PtrStepb, PtrStepb><<<grid, block, 0, … in call()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | utility.hpp | 77 explicit __host__ __device__ __forceinline__ SingleMask(PtrStepb mask_) : mask(mask_) {} in SingleMask() 85 PtrStepb mask; 90 __host__ __device__ __forceinline__ SingleMaskChannels(PtrStepb mask_, int channels_) in SingleMaskChannels() 100 PtrStepb mask; 106 explicit __host__ __device__ __forceinline__ MaskCollection(PtrStepb* maskCollection_) in MaskCollection() 127 const PtrStepb* maskCollection; 128 PtrStepb curMask;
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | blend.cu | 86 …__global__ void blendLinearKernel8UC4(int rows, int cols, const PtrStepb img1, const PtrStepb img2, in blendLinearKernel8UC4() 87 … const PtrStepf weights1, const PtrStepf weights2, PtrStepb result) in blendLinearKernel8UC4() 106 …dLinearCaller8UC4(int rows, int cols, PtrStepb img1, PtrStepb img2, PtrStepf weights1, PtrStepf we… in blendLinearCaller8UC4()
|
D | clahe.cu | 57 __global__ void calcLutKernel(const PtrStepb src, PtrStepb lut, in calcLutKernel() 124 …void calcLut(PtrStepSzb src, PtrStepb lut, int tilesX, int tilesY, int2 tileSize, int clipLimit, f… in calcLut() 137 …__global__ void tranformKernel(const PtrStepSzb src, PtrStepb dst, const PtrStepb lut, const int2 … in tranformKernel() 171 …void transform(PtrStepSzb src, PtrStepSzb dst, PtrStepb lut, int tilesX, int tilesY, int2 tileSize… in transform()
|
D | generalized_hough.cu | 337 …void Guil_Full_setTemplFeatures(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12,… in Guil_Full_setTemplFeatures() 361 …void Guil_Full_setImageFeatures(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12,… in Guil_Full_setImageFeatures()
|
D | match_template.cu | 86 …al__ void matchTemplateNaiveKernel_CCORR(int w, int h, const PtrStepb image, const PtrStepb templ,… in matchTemplateNaiveKernel_CCORR() 152 …l__ void matchTemplateNaiveKernel_SQDIFF(int w, int h, const PtrStepb image, const PtrStepb templ,… in matchTemplateNaiveKernel_SQDIFF() 873 __global__ void extractFirstChannel_32F(const PtrStepb image, PtrStepSzf result) in extractFirstChannel_32F()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | generalized_hough.cpp | 72 …void Guil_Full_setTemplFeatures(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12,… 73 …void Guil_Full_setImageFeatures(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12,… 664 …typedef void (*set_func_t)(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12, PtrS…
|
D | blend.cpp | 64 …dLinearCaller8UC4(int rows, int cols, PtrStepb img1, PtrStepb img2, PtrStepf weights1, PtrStepf we…
|
D | histogram.cpp | 132 …void calcLut(PtrStepSzb src, PtrStepb lut, int tilesX, int tilesY, int2 tileSize, int clipLimit, f… 133 …void transform(PtrStepSzb src, PtrStepSzb dst, PtrStepb lut, int tilesX, int tilesY, int2 tileSize…
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | orb.cu | 72 …__global__ void HarrisResponses(const PtrStepb img, const short2* loc_, float* response, const int… in HarrisResponses() 151 …__global__ void IC_Angle(const PtrStepb image, const short2* loc_, float* angle, const int npoints… in IC_Angle() 234 …__device__ static int calc(const PtrStepb& img, short2 loc, const int* pattern_x, const int* patte… in calc() 271 …__device__ static int calc(const PtrStepb& img, short2 loc, const int* pattern_x, const int* patte… in calc() 296 …__device__ static int calc(const PtrStepb& img, short2 loc, const int* pattern_x, const int* patte… in calc() 343 …__global__ void computeOrbDescriptor(const PtrStepb img, const short2* loc, const float* angle_, c… in computeOrbDescriptor() 344 const int* pattern_x, const int* pattern_y, PtrStepb desc, int dsize) in computeOrbDescriptor() 361 …void computeOrbDescriptor_gpu(PtrStepb img, const short2* loc, const float* angle, const int npoin… in computeOrbDescriptor_gpu() 362 …const int* pattern_x, const int* pattern_y, PtrStepb desc, int dsize, int WTA_K, cudaStream_t stre… in computeOrbDescriptor_gpu()
|
D | bf_match.cu | 697 …id matchL1_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, in matchL1_gpu() 715 …ar >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 717 …ort>(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 718 …rt >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 719 … >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 720 …at >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 722 …id matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, in matchL2_gpu() 745 …at >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& maskCollection,… 747 …tchHamming_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, in matchHamming_gpu() 765 …ar >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… [all …]
|
D | bf_knnmatch.cu | 1202 …d match2L1_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, in match2L1_gpu() 1212 …ar >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 1214 …ort>(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 1215 …rt >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 1216 … >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 1217 …at >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 1219 …d match2L2_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, in match2L2_gpu() 1234 …at >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… 1236 …ch2Hamming_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, in match2Hamming_gpu() 1246 …ar >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, const Pt… [all …]
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | brute_force_matcher.cpp | 68 …id matchL1_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, 71 …id matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, 74 …tchHamming_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, 91 …d match2L1_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, 94 …d match2L2_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, 97 …ch2Hamming_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, 155 … Mat maskCollectionCPU(1, static_cast<int>(trainDescCollection.size()), CV_8UC(sizeof(PtrStepb))); in makeGpuCollection() 158 PtrStepb* maskCollectionCPU_ptr = maskCollectionCPU.ptr<PtrStepb>(); in makeGpuCollection() 397 …id (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, in matchAsync() 681 …id (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks, in knnMatchAsync()
|
D | orb.cpp | 66 …void computeOrbDescriptor_gpu(PtrStepb img, const short2* loc, const float* angle, const int npoin… 67 …const int* pattern_x, const int* pattern_y, PtrStepb desc, int dsize, int WTA_K, cudaStream_t stre…
|
/external/opencv3/modules/photo/src/ |
D | denoising.cuda.cpp | 114 …void fnlm_split_channels(const PtrStepSz<uchar3>& lab, PtrStepb l, PtrStep<uchar2> ab, cudaStream_… 115 …void fnlm_merge_channels(const PtrStepb& l, const PtrStep<uchar2>& ab, PtrStepSz<uchar3> lab, cuda…
|
/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()
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 119 … const PtrStepb qangle, float scale, float* block_hists) in compute_hists_kernel_many_blocks() 553 __global__ void compute_gradients_8UC4_kernel(int height, int width, const PtrStepb img, in compute_gradients_8UC4_kernel() 554 … float angle_scale, PtrStepf grad, PtrStepb qangle) in compute_gradients_8UC4_kernel() 675 __global__ void compute_gradients_8UC1_kernel(int height, int width, const PtrStepb img, in compute_gradients_8UC1_kernel() 676 … float angle_scale, PtrStepf grad, PtrStepb qangle) in compute_gradients_8UC1_kernel()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cuda_types.hpp | 126 typedef PtrStep<unsigned char> PtrStepb; typedef
|
/external/opencv3/modules/photo/src/cuda/ |
D | nlm.cu | 517 … __global__ void fnlm_split_kernel(const PtrStepSz<uchar3> lab, PtrStepb l, PtrStep<uchar2> ab) in fnlm_split_kernel() 530 …void fnlm_split_channels(const PtrStepSz<uchar3>& lab, PtrStepb l, PtrStep<uchar2> ab, cudaStream_… in fnlm_split_channels() 541 …__global__ void fnlm_merge_kernel(const PtrStepb l, const PtrStep<uchar2> ab, PtrStepSz<uchar3> la… in fnlm_merge_kernel() 553 …void fnlm_merge_channels(const PtrStepb& l, const PtrStep<uchar2>& ab, PtrStepSz<uchar3> lab, cuda… in fnlm_merge_channels()
|
/external/opencv3/modules/cudabgsegm/src/cuda/ |
D | mog2.cu | 134 __global__ void mog2(const PtrStepSz<SrcT> frame, PtrStepb fgmask, PtrStepb modesUsed, in mog2()
|
D | mog.cu | 118 __global__ void mog_withoutLearning(const PtrStepSz<SrcT> frame, PtrStepb fgmask, in mog_withoutLearning() 191 __global__ void mog_withLearning(const PtrStepSz<SrcT> frame, PtrStepb fgmask, in mog_withLearning()
|
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereobm.cu | 232 …tereoKernel(unsigned char *left, unsigned char *right, size_t img_step, PtrStepb disp, int maxdisp) in stereoKernel()
|
D | stereobp.cu | 133 __global__ void comp_data(const PtrStepSzb left, const PtrStepb right, PtrStep<D> data) in comp_data()
|