Home
last modified time | relevance | path

Searched refs:PtrStepSz (Results 1 – 25 of 50) sorted by relevance

12

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_radius_match.cu59 …__global__ void matchUnrolled(const PtrStepSz<T> query, int imgIdx, const PtrStepSz<T> train, floa… in matchUnrolled()
115 …void matchUnrolled(const PtrStepSz<T>& query, const PtrStepSz<T>& train, float maxDistance, const … in matchUnrolled()
116 …const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, c… in matchUnrolled()
132 …void matchUnrolled(const PtrStepSz<T>& query, const PtrStepSz<T>* trains, int n, float maxDistance… in matchUnrolled()
133 …& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& n… in matchUnrolled()
142 const PtrStepSz<T> train = trains[i]; in matchUnrolled()
167 …__global__ void match(const PtrStepSz<T> query, int imgIdx, const PtrStepSz<T> train, float maxDis… in match()
222 …void match(const PtrStepSz<T>& query, const PtrStepSz<T>& train, float maxDistance, const Mask& ma… in match()
223 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in match()
240 …void match(const PtrStepSz<T>& query, const PtrStepSz<T>* trains, int n, float maxDistance, const … in match()
[all …]
Dbf_knnmatch.cu305 __device__ void loadQueryToSmem(int queryIdx, const PtrStepSz<T>& query, U* s_query) in loadQueryToSmem()
316 …evice__ void loopUnrolledCached(int queryIdx, const PtrStepSz<T>& query, int imgIdx, const PtrStep… in loopUnrolledCached()
377 …__global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T> train, const Mask… in matchUnrolledCached()
410 … void matchUnrolledCached(const PtrStepSz<T>& query, const PtrStepSz<T>& train, const Mask& mask, in matchUnrolledCached()
411 const PtrStepSz<int2>& trainIdx, const PtrStepSz<float2>& distance, in matchUnrolledCached()
427 …__global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T>* trains, int n, c… in matchUnrolledCached()
449 const PtrStepSz<T> train = trains[imgIdx]; in matchUnrolledCached()
471 …void matchUnrolledCached(const PtrStepSz<T>& query, const PtrStepSz<T>* trains, int n, const Mask&… in matchUnrolledCached()
472 … const PtrStepSz<int2>& trainIdx, const PtrStepSz<int2>& imgIdx, const PtrStepSz<float2>& distance, in matchUnrolledCached()
491 …__device__ void loopUnrolled(int queryIdx, const PtrStepSz<T>& query, int imgIdx, const PtrStepSz<… in loopUnrolled()
[all …]
Dbf_match.cu82 __device__ void loadQueryToSmem(int queryIdx, const PtrStepSz<T>& query, U* s_query) in loadQueryToSmem()
93 …e__ void loopUnrolledCached(int queryIdx, const PtrStepSz<T>& query,volatile int imgIdx, const Ptr… in loopUnrolledCached()
139 …__global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T> train, const Mask… in matchUnrolledCached()
170 … void matchUnrolledCached(const PtrStepSz<T>& query, const PtrStepSz<T>& train, const Mask& mask, in matchUnrolledCached()
187 …__global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T>* trains, int n, c… in matchUnrolledCached()
207 const PtrStepSz<T> train = trains[imgIdx]; in matchUnrolledCached()
229 …void matchUnrolledCached(const PtrStepSz<T>& query, const PtrStepSz<T>* trains, int n, const Mask&… in matchUnrolledCached()
249 …_device__ void loopUnrolled(int queryIdx, const PtrStepSz<T>& query,volatile int imgIdx, const Ptr… in loopUnrolled()
299 …__global__ void matchUnrolled(const PtrStepSz<T> query, const PtrStepSz<T> train, const Mask mask,… in matchUnrolled()
328 void matchUnrolled(const PtrStepSz<T>& query, const PtrStepSz<T>& train, const Mask& mask, in matchUnrolled()
[all …]
/external/opencv3/modules/cudawarping/src/cuda/
Dresize.cu57 …template <typename T> __global__ void resize_nearest(const PtrStep<T> src, PtrStepSz<T> dst, const… in resize_nearest()
71 …template <typename T> __global__ void resize_linear(const PtrStepSz<T> src, PtrStepSz<T> dst, cons… in resize_linear()
108 …template <class Ptr2D, typename T> __global__ void resize(const Ptr2D src, PtrStepSz<T> dst, const… in resize()
122 …template <typename Ptr2D, typename T> __global__ void resize_area(const Ptr2D src, PtrStepSz<T> ds… in resize_area()
149 __host__ static void bind(const PtrStepSz<type>& mat) \
170 TextureAccessor<T> texAccessor(const PtrStepSz<T>& mat, int yoff, int xoff) in OPENCV_CUDA_IMPLEMENT_RESIZE_TEX()
184 …void call_resize_nearest_glob(const PtrStepSz<T>& src, const PtrStepSz<T>& dst, float fy, float fx… in call_resize_nearest_glob()
197 …d call_resize_nearest_tex(const PtrStepSz<T>& /*src*/, const PtrStepSz<T>& srcWhole, int yoff, int… in call_resize_nearest_tex()
211 …void call_resize_linear_glob(const PtrStepSz<T>& src, const PtrStepSz<T>& dst, float fy, float fx,… in call_resize_linear_glob()
224 …void call_resize_linear_tex(const PtrStepSz<T>& src, const PtrStepSz<T>& srcWhole, int yoff, int x… in call_resize_linear_tex()
[all …]
Dremap.cu56 … __global__ void remap(const Ptr2D src, const PtrStepf mapx, const PtrStepf mapy, PtrStepSz<T> dst) in remap()
72 …static void call(PtrStepSz<T> src, PtrStepSzf mapx, PtrStepSzf mapy, PtrStepSz<T> dst, const float… in call()
90 …static void call(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf mapx, Ptr… in call()
126 …static void call(PtrStepSz< type > src, PtrStepSz< type > srcWhole, int xoff, int yoff, PtrStepSzf…
127 PtrStepSz< type > dst, const float* borderValue, bool cc20) \
144 …static void call(PtrStepSz< type > src, PtrStepSz< type > srcWhole, int xoff, int yoff, PtrStepSzf…
145 PtrStepSz< type > dst, const float*, bool) \
196 …static void call(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf mapx, Ptr… in call()
197 PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool cc20) in call()
209 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf x… in remap_gpu()
[all …]
Dwarp.cu128 … <class Transform, class Ptr2D, typename T> __global__ void warp(const Ptr2D src, PtrStepSz<T> dst) in warp()
143 …static void call(PtrStepSz<T> src, PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream… in call()
161 …static void call(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSz<T> dst, co… in call()
198 …static void call(PtrStepSz< type > src, PtrStepSz< type > srcWhole, int xoff, int yoff, PtrStepSz<…
215 …static void call(PtrStepSz< type > src, PtrStepSz< type > srcWhole, int xoff, int yoff, PtrStepSz<…
266 …static void call(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSz<T> dst, co… in call()
279 …typedef void (*func_t)(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSz<T> d… in warp_caller()
306 …funcs[interpolation][borderMode](static_cast< PtrStepSz<T> >(src), static_cast< PtrStepSz<T> >(src… in warp_caller()
307 static_cast< PtrStepSz<T> >(dst), borderValue, stream, cc20); in warp_caller()
Dpyr_up.cu55 template <typename T> __global__ void pyrUp(const PtrStepSz<T> src, PtrStepSz<T> dst) in pyrUp()
147 … template <typename T> void pyrUp_caller(PtrStepSz<T> src, PtrStepSz<T> dst, cudaStream_t stream) in pyrUp_caller()
161 … pyrUp_caller<T>(static_cast< PtrStepSz<T> >(src), static_cast< PtrStepSz<T> >(dst), stream); in pyrUp_gpu()
Dpyr_down.cu55 …template <typename T, typename B> __global__ void pyrDown(const PtrStepSz<T> src, PtrStep<T> dst, … in pyrDown()
176 … <typename T, template <typename> class B> void pyrDown_caller(PtrStepSz<T> src, PtrStepSz<T> dst,… in pyrDown_caller()
192 …pyrDown_caller<T, BrdReflect101>(static_cast< PtrStepSz<T> >(src), static_cast< PtrStepSz<T> >(dst… in pyrDown_gpu()
/external/opencv3/modules/cudaimgproc/src/
Dmatch_template.cpp64 …void matchTemplatePrepared_SQDIFF_8U(int w, int h, const PtrStepSz<double> image_sqsum, double tem…
67 …void matchTemplatePrepared_SQDIFF_NORMED_8U(int w, int h, const PtrStepSz<double> image_sqsum, dou…
70 …void matchTemplatePrepared_CCOFF_8U(int w, int h, const PtrStepSz<int> image_sum, int templ_sum, P…
73 const PtrStepSz<int> image_sum_r,
74 const PtrStepSz<int> image_sum_g,
80 const PtrStepSz<int> image_sum_r,
81 const PtrStepSz<int> image_sum_g,
82 const PtrStepSz<int> image_sum_b,
89 const PtrStepSz<int> image_sum_r,
90 const PtrStepSz<int> image_sum_g,
[all …]
/external/opencv3/modules/core/include/opencv2/core/
Dcuda_types.hpp109 template <typename T> struct PtrStepSz : public PtrStep<T> struct
111 __CV_CUDA_HOST_DEVICE__ PtrStepSz() : cols(0), rows(0) {} in PtrStepSz() function
112 __CV_CUDA_HOST_DEVICE__ PtrStepSz(int rows_, int cols_, T* data_, size_t step_) in PtrStepSz() function
116 …explicit PtrStepSz(const PtrStepSz<U>& d) : PtrStep<T>((T*)d.data, d.step), cols(d.cols), rows(d.r… in PtrStepSz() argument
122 typedef PtrStepSz<unsigned char> PtrStepSzb;
123 typedef PtrStepSz<float> PtrStepSzf;
124 typedef PtrStepSz<int> PtrStepSzi;
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dtransform.hpp59 …static inline void transform(PtrStepSz<T> src, PtrStepSz<D> dst, UnOp op, const Mask& mask, cudaSt… in transform()
66 …static inline void transform(PtrStepSz<T1> src1, PtrStepSz<T2> src2, PtrStepSz<D> dst, BinOp op, c… in transform()
/external/opencv3/modules/cudastereo/src/cuda/
Dstereobp.cu174 comp_data<1, short><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<short>)data); in comp_data_gpu()
188 comp_data<1, float><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<float>)data); in comp_data_gpu()
203 comp_data<3, short><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<short>)data); in comp_data_gpu()
217 comp_data<3, float><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<float>)data); in comp_data_gpu()
232 comp_data<4, short><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<short>)data); in comp_data_gpu()
246 comp_data<4, float><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<float>)data); in comp_data_gpu()
286 …<<<grid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)src, (PtrStepSz<T>)dst); in data_step_down_gpu()
330 …rid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)mus[src_idx], (PtrStepSz<T>… in level_up_messages_gpu()
333 …rid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)mds[src_idx], (PtrStepSz<T>… in level_up_messages_gpu()
336 …rid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)mls[src_idx], (PtrStepSz<T>… in level_up_messages_gpu()
[all …]
Dutil.cu57 __global__ void reprojectImageTo3D(const PtrStepSz<T> disp, PtrStep<D> xyz) in reprojectImageTo3D()
90 reprojectImageTo3D<T, D><<<grid, block, 0, stream>>>((PtrStepSz<T>)disp, (PtrStepSz<D>)xyz); in reprojectImageTo3D_gpu()
219 …void drawColorDisp_gpu(const PtrStepSz<short>& src, const PtrStepSzb& dst, int ndisp, const cudaSt… in drawColorDisp_gpu()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dmatch_template.cu237 …void matchTemplatePrepared_SQDIFF_8U(int w, int h, const PtrStepSz<double> image_sqsum, double tem… in matchTemplatePrepared_SQDIFF_8U()
249 …void matchTemplatePrepared_SQDIFF_8U(int w, int h, const PtrStepSz<double> image_sqsum, double tem… in matchTemplatePrepared_SQDIFF_8U()
252 …typedef void (*caller_t)(int w, int h, const PtrStepSz<double> image_sqsum, double templ_sqsum, Pt… in matchTemplatePrepared_SQDIFF_8U()
308 …void matchTemplatePrepared_SQDIFF_NORMED_8U(int w, int h, const PtrStepSz<double> image_sqsum, dou… in matchTemplatePrepared_SQDIFF_NORMED_8U()
322 …void matchTemplatePrepared_SQDIFF_NORMED_8U(int w, int h, const PtrStepSz<double> image_sqsum, dou… in matchTemplatePrepared_SQDIFF_NORMED_8U()
325 …typedef void (*caller_t)(int w, int h, const PtrStepSz<double> image_sqsum, double templ_sqsum, Pt… in matchTemplatePrepared_SQDIFF_NORMED_8U()
352 …void matchTemplatePrepared_CCOFF_8U(int w, int h, const PtrStepSz<int> image_sum, int templ_sum, P… in matchTemplatePrepared_CCOFF_8U()
391 const PtrStepSz<int> image_sum_r, in matchTemplatePrepared_CCOFF_8UC2()
392 const PtrStepSz<int> image_sum_g, in matchTemplatePrepared_CCOFF_8UC2()
443 const PtrStepSz<int> image_sum_r, in matchTemplatePrepared_CCOFF_8UC3()
[all …]
/external/opencv3/modules/cudafilters/src/cuda/
Dfilter2d.cu52 __global__ void filter2D(const SrcPtr src, PtrStepSz<D> dst, in filter2D()
95 …static void call(const PtrStepSz< type > srcWhole, int xoff, int yoff, PtrStepSz<D> dst, const flo…
128 …typedef void (*func_t)(const PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSz<D> dst, const fl… in filter2D()
139 funcs[borderMode]((PtrStepSz<T>) srcWhole, ofsX, ofsY, (PtrStepSz<D>) dst, kernel, in filter2D()
Dcolumn_filter.hpp58 …__global__ void linearColumnFilter(const PtrStepSz<T> src, PtrStep<D> dst, const int anchor, const… in linearColumnFilter()
146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream) in caller()
184 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stre… in linearColumn()
370 callers[brd_type][ksize]((PtrStepSz<T>)src, (PtrStepSz<D>)dst, anchor, cc, stream); in linearColumn()
Drow_filter.hpp58 …__global__ void linearRowFilter(const PtrStepSz<T> src, PtrStep<D> dst, const int anchor, const B … in linearRowFilter()
146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream) in caller()
183 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stre… in linearRow()
369 callers[brd_type][ksize]((PtrStepSz<T>)src, (PtrStepSz<D>)dst, anchor, cc, stream); in linearRow()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp208 …static __global__ void transformSmart(const PtrStepSz<T> src_, PtrStep<D> dst_, const Mask mask, c… in transformSmart()
244 …__global__ static void transformSimple(const PtrStepSz<T> src, PtrStep<D> dst, const Mask mask, co… in transformSimple()
256 …static __global__ void transformSmart(const PtrStepSz<T1> src1_, const PtrStep<T2> src2_, PtrStep<… in transformSmart()
296 …static __global__ void transformSimple(const PtrStepSz<T1> src1, const PtrStep<T2> src2, PtrStep<D… in transformSimple()
314 … static void call(PtrStepSz<T> src, PtrStepSz<D> dst, UnOp op, Mask mask, cudaStream_t stream) in call()
329 …static void call(PtrStepSz<T1> src1, PtrStepSz<T2> src2, PtrStepSz<D> dst, BinOp op, Mask mask, cu… in call()
346 … static void call(PtrStepSz<T> src, PtrStepSz<D> dst, UnOp op, Mask mask, cudaStream_t stream) in call()
370 …static void call(PtrStepSz<T1> src1, PtrStepSz<T2> src2, PtrStepSz<D> dst, BinOp op, Mask mask, cu… in call()
/external/opencv3/modules/cudabgsegm/src/cuda/
Dmog.cu118 __global__ void mog_withoutLearning(const PtrStepSz<SrcT> frame, PtrStepb fgmask, in mog_withoutLearning()
177 … mog_withoutLearning<SrcT, WorkT><<<grid, block, 0, stream>>>((PtrStepSz<SrcT>) frame, fgmask, in mog_withoutLearning_caller()
178 … weight, (PtrStepSz<WorkT>) mean, (PtrStepSz<WorkT>) var, in mog_withoutLearning_caller()
191 __global__ void mog_withLearning(const PtrStepSz<SrcT> frame, PtrStepb fgmask, in mog_withLearning()
330 … mog_withLearning<SrcT, WorkT><<<grid, block, 0, stream>>>((PtrStepSz<SrcT>) frame, fgmask, in mog_withLearning_caller()
331 … weight, sortKey, (PtrStepSz<WorkT>) mean, (PtrStepSz<WorkT>) var, in mog_withLearning_caller()
366 …ckgroundImage(const PtrStepf gmm_weight, const PtrStep<WorkT> gmm_mean, PtrStepSz<OutT> dst, const… in getBackgroundImage()
403 …undImage<WorkT, OutT><<<grid, block, 0, stream>>>(weight, (PtrStepSz<WorkT>) mean, (PtrStepSz<OutT… in getBackgroundImage_caller()
Dmog2.cu134 __global__ void mog2(const PtrStepSz<SrcT> frame, PtrStepb fgmask, PtrStepb modesUsed, in mog2()
345 … mog2<true, SrcT, WorkT><<<grid, block, 0, stream>>>((PtrStepSz<SrcT>) frame, fgmask, modesUsed, in mog2_caller()
346 … weight, variance, (PtrStepSz<WorkT>) mean, in mog2_caller()
353 … mog2<false, SrcT, WorkT><<<grid, block, 0, stream>>>((PtrStepSz<SrcT>) frame, fgmask, modesUsed, in mog2_caller()
354 … weight, variance, (PtrStepSz<WorkT>) mean, in mog2_caller()
417 …rkT, OutT><<<grid, block, 0, stream>>>(modesUsed, weight, (PtrStepSz<WorkT>) mean, (PtrStepSz<OutT… in getBackgroundImage2_caller()
/external/opencv3/modules/superres/src/cuda/
Dbtv_l1_gpu.cu115 __global__ void upscaleKernel(const PtrStepSz<T> src, PtrStep<T> dst, const int scale) in upscaleKernel()
134 …upscaleKernel<src_t><<<grid, block, 0, stream>>>((PtrStepSz<src_t>) src, (PtrStepSz<src_t>) dst, s… in upscale()
195 …__global__ void calcBtvRegularizationKernel(const PtrStepSz<T> src, PtrStep<T> dst, const int ksiz… in calcBtvRegularizationKernel()
229 …calcBtvRegularizationKernel<src_t><<<grid, block>>>((PtrStepSz<src_t>) src, (PtrStepSz<src_t>) dst… in calcBtvRegularization()
/external/opencv3/modules/photo/src/cuda/
Dnlm.cu68 …__global__ void nlm_kernel(const PtrStep<T> src, PtrStepSz<T> dst, const B b, int search_radius, i… in nlm_kernel()
148 …nlm_kernel<<<grid, block>>>((PtrStepSz<T>)src, (PtrStepSz<T>)dst, b, search_radius, block_radius, … in nlm_caller()
430 __device__ __forceinline__ void operator()(PtrStepSz<T>& dst) const in operator ()()
479 … __global__ void fast_nlm_kernel(const FastNonLocalMeans<T> fnlm, PtrStepSz<T> dst) { fnlm(dst); } in fast_nlm_kernel()
497 fnlm.src = (PtrStepSz<T>)src; in nlm_fast_gpu()
505 fast_nlm_kernel<<<grid, block, smem>>>(fnlm, (PtrStepSz<T>)dst); in nlm_fast_gpu()
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/cudafeatures2d/src/
Dbrute_force_matcher.cpp68 …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,
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 …& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& n…
[all …]
/external/opencv3/modules/cudalegacy/src/cuda/
Dfgd.cu88 …__global__ void calcPartialHistogram(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, un… in calcPartialHistogram()
207 … (PtrStepSz<PT>)prevFrame, (PtrStepSz<CT>)curFrame, partialBuf0, partialBuf1, partialBuf2); in calcDiffHistogram_gpu()
226 …__global__ void calcDiffThreshMask(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, ucha… in calcDiffThreshMask()
253 …calcDiffThreshMask<PT, CT><<<grid, block, 0, stream>>>((PtrStepSz<PT>)prevFrame, (PtrStepSz<CT>)cu… in calcDiffThreshMask_gpu()
292 __global__ void bgfgClassification(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, in bgfgClassification()
379 …gfgClassification<PT, CT, OT><<<grid, block, 0, stream>>>((PtrStepSz<PT>)prevFrame, (PtrStepSz<CT>… in bgfgClassification_gpu()
761 …static void call(PtrStepSz<PT> prevFrame, PtrStepSz<CT> curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, … in call()
787 …eBackgroundModel<PT, CT, OT>::call(PtrStepSz<PT>(prevFrame), PtrStepSz<CT>(curFrame), Ftd, Fbd, fo… in updateBackgroundModel_gpu()
Dcalib3d.cu74 void call(const PtrStepSz<float3> src, const float* rot, in call()
75 const float* transl, PtrStepSz<float3> dst, in call()
113 void call(const PtrStepSz<float3> src, const float* rot, in call()
114 const float* transl, const float* proj, PtrStepSz<float2> dst, in call()

12