Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu777 static void resize_for_hog(const PtrStepSzb& src, PtrStepSzb dst, TEX& tex) in resize_for_hog() function
808 …void resize_8UC1(const PtrStepSzb& src, PtrStepSzb dst) { resize_for_hog<uchar> (src, dst, resize8… in resize_8UC1()
809 …void resize_8UC4(const PtrStepSzb& src, PtrStepSzb dst) { resize_for_hog<uchar4>(src, dst, resize8… in resize_8UC4()