Searched defs:src_cols (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | pyr_up.hpp | 61 … pyrUp(const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_cols, const int d… in pyrUp() 157 …__host__ void pyrUp(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, in… in pyrUp()
|
D | pyr_down.hpp | 61 …yrDown(const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_cols, const int d… in pyrDown() 186 …pyrDown(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, … in pyrDown()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | bm_fast.cu | 267 …void get_buffer_size(int src_cols, int src_rows, int search_window, int block_window, int& buffer_… in get_buffer_size()
|