Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp318 Mat labels_host; in detect() local
319 labels.download(labels_host); in detect()
320 unsigned char* vec = labels_host.ptr(); in detect()
344 Mat labels_host; in detect() local
345 labels.download(labels_host); in detect()
346 float* vec = labels_host.ptr<float>(); in detect()
/external/opencv3/modules/objdetect/src/
Dhog.cpp1778 Mat labels_host = labels.getMat(ACCESS_READ); in ocl_detect() local
1779 unsigned char *vec = labels_host.ptr(); in ocl_detect()