Home
last modified time | relevance | path

Searched refs:resize8UC1_tex (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu753 texture<uchar, 2, cudaReadModeNormalizedFloat> resize8UC1_tex; variable
761 dst.ptr(y)[x] = tex2D(resize8UC1_tex, x * sx + colOfs, y * sy) * 255; in resize_for_hog_kernel()
808 …e_8UC1(const PtrStepSzb& src, PtrStepSzb dst) { resize_for_hog<uchar> (src, dst, resize8UC1_tex); } in resize_8UC1()